summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/hyprland.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-09-12 19:56:53 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-09-12 19:56:53 +0200
commitdf17630c7e18f846370e2595472513f1b52bf99c (patch)
tree4c5f8e0e6ffd1a19bfec156ec90c97a7db2a46e2 /accounts/gkleen@sif/hyprland.nix
parent211c680cb30b635cb7b8a54bc4471ac567432a3a (diff)
downloadnixos-df17630c7e18f846370e2595472513f1b52bf99c.tar
nixos-df17630c7e18f846370e2595472513f1b52bf99c.tar.gz
nixos-df17630c7e18f846370e2595472513f1b52bf99c.tar.bz2
nixos-df17630c7e18f846370e2595472513f1b52bf99c.tar.xz
nixos-df17630c7e18f846370e2595472513f1b52bf99c.zip
...
Diffstat (limited to 'accounts/gkleen@sif/hyprland.nix')
-rw-r--r--accounts/gkleen@sif/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix
index 17385a06..c5043e87 100644
--- a/accounts/gkleen@sif/hyprland.nix
+++ b/accounts/gkleen@sif/hyprland.nix
@@ -133,7 +133,6 @@ in {
133 # "$mainMod, J, togglesplit," 133 # "$mainMod, J, togglesplit,"
134 134
135 "$mainMod SHIFT, L, exec, loginctl lock-session" 135 "$mainMod SHIFT, L, exec, loginctl lock-session"
136 "$mainMod SHIFT, S, exec, systemctl suspend"
137 "$mainMod SHIFT, E, exit" 136 "$mainMod SHIFT, E, exit"
138 137
139 "$mainMod, left, movefocus, l" 138 "$mainMod, left, movefocus, l"
@@ -341,6 +340,7 @@ in {
341 bindl = [ 340 bindl = [
342 ", XF86AudioMute, exec, volumectl -d toggle-mute" 341 ", XF86AudioMute, exec, volumectl -d toggle-mute"
343 ", XF86AudioMicMute, exec, volumectl -d -m toggle-mute" 342 ", XF86AudioMicMute, exec, volumectl -d -m toggle-mute"
343 "$mainMod SHIFT, S, exec, systemctl suspend"
344 344
345 ", switch:off:Lid Switch,exec,hyprctl dispatch dpms on eDP-1" 345 ", switch:off:Lid Switch,exec,hyprctl dispatch dpms on eDP-1"
346 ", switch:on:Lid Switch,exec,hyprctl dispatch dpms off eDP-1" 346 ", switch:on:Lid Switch,exec,hyprctl dispatch dpms off eDP-1"