Add a force focus mode to sway.

This commit is contained in:
Tom Alexander
2024-01-10 22:21:11 -05:00
parent 3706eda8f3
commit e3e78b3eb5
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
mode "force focus" {
bindsym $mod+Shift+Escape fullscreen; mode "default"
}
bindsym $mod+Shift+f fullscreen; mode "force focus"