mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(hyprland): hy3, split up, clean up
This commit is contained in:
parent
e7e33f90b1
commit
5b37548c2c
10 changed files with 758 additions and 146 deletions
17
home/environments/hyprland/window-rules.nix
Normal file
17
home/environments/hyprland/window-rules.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
_: {
|
||||
wayland.windowManager.hyprland.settings.windowrulev2 = [
|
||||
"suppressevent fullscreen, class:steam_app_default"
|
||||
"workspace 2, class:steam_app_default"
|
||||
"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"
|
||||
|
||||
"float, class:^(AlacrittyFloating)$"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue