Sleep on Super + Shift + Escape

And move restarting Hyprland to Super + Alt + Escape
This commit is contained in:
David Heinemeier Hansson
2025-06-28 16:48:16 -07:00
parent 6af496f394
commit 671f9c7882

View File

@ -19,7 +19,8 @@ bind = SUPER, W, killactive,
# End active session
bind = SUPER, ESCAPE, exec, hyprlock
bind = SUPER SHIFT, ESCAPE, exit,
bind = SUPER SHIFT, ESCAPE, exec, systemctl suspend
bind = SUPER ALT, ESCAPE, exit,
bind = SUPER CTRL, ESCAPE, exec, reboot
bind = SUPER SHIFT CTRL, ESCAPE, exec, systemctl poweroff