mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: searx, nixpkgs update, vintagestory, katslime
This commit is contained in:
parent
840765fe8a
commit
658d0434c8
24 changed files with 719 additions and 276 deletions
|
|
@ -2,19 +2,12 @@ _: {
|
|||
wayland.windowManager.hyprland.settings = {
|
||||
windowrule = [
|
||||
"match:initial_class AlacrittyFloating, float on"
|
||||
];
|
||||
windowrulev2 = [
|
||||
"suppressevent fullscreen, class:steam_app_default, content game"
|
||||
"suppressevent maximize, class:.*"
|
||||
|
||||
"tile, class:battle\.net\.exe"
|
||||
|
||||
"renderunfocused, class:discord, initialTitle:Discord"
|
||||
|
||||
"unset, title:Wine System Tray"
|
||||
"workspace special:hidden silent, title:Wine System Tray"
|
||||
"noinitialfocus, title:Wine System Tray"
|
||||
"no_follow_mouse, class:Unity"
|
||||
"match:initial_class battle\.net\.exe tile on workspace special:hidden silent"
|
||||
"match:initial_class discord renderunfocused"
|
||||
"match:initial_title \"Wine System Tray\" unset"
|
||||
"match:initial_class Unity no_follow_mouse on"
|
||||
"match:initial_class steam focusonactivate off suppressevent activate"
|
||||
"match:initial_class steam_app_default match:content 3 suppressevent fullscreen"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue