From 63b330be39794d9372ff55a777f6d6f78cd5c67a Mon Sep 17 00:00:00 2001 From: spl3g Date: Wed, 28 Aug 2024 11:41:51 +0300 Subject: feat: remove deprecated options --- home-manager/homeModules/hyprland.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'home-manager/homeModules/hyprland.nix') 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," -- cgit v1.2.3