summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/hyprland.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-12 11:01:16 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-12 11:01:16 +0200
commitfb9d0e3ebd7f5b3edd6746b9f247f16c51dce19d (patch)
tree149476f20dea4bf3be643a7042d74f02bdcdf8fb /accounts/gkleen@sif/hyprland.nix
parente4d6497bbb8ebc9ee0e9caaa2151fc0ee37e142e (diff)
downloadnixos-fb9d0e3ebd7f5b3edd6746b9f247f16c51dce19d.tar
nixos-fb9d0e3ebd7f5b3edd6746b9f247f16c51dce19d.tar.gz
nixos-fb9d0e3ebd7f5b3edd6746b9f247f16c51dce19d.tar.bz2
nixos-fb9d0e3ebd7f5b3edd6746b9f247f16c51dce19d.tar.xz
nixos-fb9d0e3ebd7f5b3edd6746b9f247f16c51dce19d.zip
...
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r--accounts/gkleen@sif/hyprland.nix3
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"