diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-09-12 19:56:53 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-09-12 19:56:53 +0200 |
commit | df17630c7e18f846370e2595472513f1b52bf99c (patch) | |
tree | 4c5f8e0e6ffd1a19bfec156ec90c97a7db2a46e2 /accounts | |
parent | 211c680cb30b635cb7b8a54bc4471ac567432a3a (diff) | |
download | nixos-df17630c7e18f846370e2595472513f1b52bf99c.tar nixos-df17630c7e18f846370e2595472513f1b52bf99c.tar.gz nixos-df17630c7e18f846370e2595472513f1b52bf99c.tar.bz2 nixos-df17630c7e18f846370e2595472513f1b52bf99c.tar.xz nixos-df17630c7e18f846370e2595472513f1b52bf99c.zip |
...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 2 |
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" |