Update config

This lets you press Escape to recover if the screen gets stuck.
This commit is contained in:
Ayush 2025-08-22 11:15:45 +05:30 committed by GitHub
parent 5eabf3a92c
commit b02ae3245f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}