diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-08-28 11:41:51 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:58:56 +0300 |
| commit | 63b330be39794d9372ff55a777f6d6f78cd5c67a (patch) | |
| tree | 1a18df19a25c3c69ac314af8d6921380978a1197 /home-manager/homeModules | |
| parent | 81cc439443c4e8eff7cd6913e7f712468f7e1b09 (diff) | |
feat: remove deprecated options
Diffstat (limited to 'home-manager/homeModules')
| -rw-r--r-- | home-manager/homeModules/hyprland.nix | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/home-manager/homeModules/hyprland.nix b/home-manager/homeModules/hyprland.nix index 84ccbb7..f500a52 100644 --- a/home-manager/homeModules/hyprland.nix +++ b/home-manager/homeModules/hyprland.nix @@ -115,16 +115,9 @@ "noinitialfocus,class:^(xwaylandvideobridge)$" "maxsize 1 1,class:^(xwaylandvideobridge)$" "noblur,class:^(xwaylandvideobridge)$" - "windowdance,class:^(kompas.exe)$,title:^(RoamingWindow)$" - "stayfocused,class:^(kompas.exe)$,title:^(RoamingWindow)$" ]; - windowrule = [ - "windowdance,title:^(Rhythm Doctor)$" - "forceinput,title:^(Rhythm Doctor)$" - ]; - - layerrule = "blur, waybar"; + # layerrule = "blur, waybar"; bind = [ "$mainMod, V, togglefloating, " @@ -132,7 +125,6 @@ "$mainMod, I, togglesplit," "$mainMod, F, fullscreen, 0" "$mainMod, M, fullscreen, 1" - "$mainMod SHIFT,F,fakefullscreen" "$mainMod SHIFT, Q, killactive, " "$mainMod SHIFT, E, exit," |
