From 671f9c7882394a6582c99b42bd867762bf6a7a46 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Jun 2025 16:48:16 -0700 Subject: [PATCH] Sleep on Super + Shift + Escape And move restarting Hyprland to Super + Alt + Escape --- default/hypr/bindings.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index ae058d5..20a974a 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -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