From b02ae3245f38213682c935d7e535eca977ba730e Mon Sep 17 00:00:00 2001 From: Ayush <102340150+Archayu@users.noreply.github.com> Date: Fri, 22 Aug 2025 11:15:45 +0530 Subject: [PATCH] Update config This lets you press Escape to recover if the screen gets stuck. --- config/sway/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/sway/config b/config/sway/config index 7da3af1..5aa651b 100644 --- a/config/sway/config +++ b/config/sway/config @@ -14,3 +14,9 @@ include ~/.config/sway/bugfix include @sysconfdir@/sway/config.d/* # vim:set ft=conf: + + +mode "_powermenu" { + bindsym Escape mode "default" + # Add other powermenu keybindings here if needed +}