summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r--accounts/gkleen@sif/hyprland.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix
index 92dcb39f..076a04a1 100644
--- a/accounts/gkleen@sif/hyprland.nix
+++ b/accounts/gkleen@sif/hyprland.nix
@@ -64,20 +64,20 @@
64 enabled = true; 64 enabled = true;
65 bezier = "myBezier, 0.05, 0.9, 0.1, 1.05"; 65 bezier = "myBezier, 0.05, 0.9, 0.1, 1.05";
66 animation = [ 66 animation = [
67 "windows, 1, 3, default, popin 80%" 67 "windows, 1, 1, default, popin 80%"
68 "windowsMove, 0" 68 "windowsMove, 0"
69 # "windows, 1, 7, myBezier" 69 # "windows, 1, 7, myBezier"
70 # "windowsOut, 1, 7, myBezier, popin 80%" 70 # "windowsOut, 1, 7, myBezier, popin 80%"
71 "border, 1, 10, default" 71 "border, 1, 10, default"
72 "borderangle, 1, 8, default" 72 "borderangle, 1, 8, default"
73 "fade, 1, 3, default" 73 "fade, 1, 1, default"
74 "workspaces, 1, 3, default, fade" 74 "workspaces, 1, 1, default, fade"
75 # "workspaces, 1, 6, default" 75 # "workspaces, 1, 6, default"
76 ]; 76 ];
77 }; 77 };
78 78
79 dwindle = { 79 dwindle = {
80 pseudotile = true; 80 pseudotile = false;
81 preserve_split = true; 81 preserve_split = true;
82 }; 82 };
83 83
@@ -130,7 +130,6 @@
130 "$mainMod, Q, killactive" 130 "$mainMod, Q, killactive"
131 "$mainMod, V, togglefloating" 131 "$mainMod, V, togglefloating"
132 "$mainMod, D, exec, $menu" 132 "$mainMod, D, exec, $menu"
133 # "$mainMod, P, pseudo,"
134 # "$mainMod, J, togglesplit," 133 # "$mainMod, J, togglesplit,"
135 134
136 "$mainMod SHIFT, L, exec, loginctl lock-session" 135 "$mainMod SHIFT, L, exec, loginctl lock-session"
@@ -219,6 +218,7 @@
219 218
220 windowrulev2 = [ 219 windowrulev2 = [
221 "suppressevent maximize, class:.*" 220 "suppressevent maximize, class:.*"
221 "suppressevent fullscreen, class:.*"
222 222
223 # "maximize, class:^(Element|thunderbird)$" 223 # "maximize, class:^(Element|thunderbird)$"
224 "workspace special:keepass, class:^org\.keepassxc\.KeePassXC$" 224 "workspace special:keepass, class:^org\.keepassxc\.KeePassXC$"