From c1a4406e54b41470b00f9c9064bc9eb1d64a4d6a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 26 Jun 2025 12:10:51 -0700 Subject: [PATCH] Have poweroff as an option too --- 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 7596164..bd00bb7 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -20,7 +20,8 @@ bind = SUPER, W, killactive, # End active session bind = SUPER, ESCAPE, exec, hyprlock bind = SUPER SHIFT, ESCAPE, exit, -bind = SUPER SHIFT CTRL, ESCAPE, exec, reboot +bind = SUPER CTRL, ESCAPE, exec, reboot +bind = SUPER SHIFT CTRL, ESCAPE, exec, systemctl poweroff # Control tiling bind = SUPER, J, togglesplit, # dwindle