From 51e97fcc766014f392ff28a5bdd448181827957b Mon Sep 17 00:00:00 2001 From: Noah Penza Date: Mon, 7 Jul 2025 21:18:45 +1000 Subject: [PATCH] Kill wofi when using the shortcut and power menu is showing --- default/hypr/bindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index b2f50d5..4124057 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -24,7 +24,7 @@ bind = SUPER CTRL, comma, exec, makoctl mode -t do-not-disturb && makoctl mode | bind = SUPER, W, killactive, # End active session -bind = SUPER, ESCAPE, exec, hyprlock +bind = SUPER, ESCAPE, exec, pkill wofi 2>/dev/null; hyprlock bind = SUPER SHIFT, ESCAPE, exec, systemctl suspend bind = SUPER ALT, ESCAPE, exit, bind = SUPER CTRL, ESCAPE, exec, reboot