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
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,4 @@ default_sway_conf_files:
- disable_focus_follows_mouse
- lockscreen
- logout
- force_focus

View File

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