diff options
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix index 06d146a0..03afb319 100644 --- a/accounts/gkleen@sif/hyprland.nix +++ b/accounts/gkleen@sif/hyprland.nix | |||
@@ -6,7 +6,7 @@ | |||
6 | ]; | 6 | ]; |
7 | 7 | ||
8 | "$terminal" = "kitty"; | 8 | "$terminal" = "kitty"; |
9 | "$menu" = "wofi --show run"; | 9 | "$menu" = "fuzzel"; |
10 | 10 | ||
11 | exec-once = [ | 11 | exec-once = [ |
12 | "wpaperd" | 12 | "wpaperd" |
@@ -130,6 +130,7 @@ | |||
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 SHIFT, D, exec, $menu --list-executables-in-path" | ||
133 | # "$mainMod, J, togglesplit," | 134 | # "$mainMod, J, togglesplit," |
134 | 135 | ||
135 | "$mainMod SHIFT, L, exec, loginctl lock-session" | 136 | "$mainMod SHIFT, L, exec, loginctl lock-session" |