summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-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"