sway/config: Add Alt-Tab for app switching

This sort of addresses my muscle memory for switching between apps.
This commit is contained in:
Alan Orth 2020-02-15 22:48:45 +02:00
parent f6adb60d49
commit 246fb98c01
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -136,9 +136,11 @@ input type:keyboard {
#
# Move your focus around
bindsym $mod+$left focus left
bindsym $mod+Shift+Tab focus left
bindsym $mod+$down focus down
bindsym $mod+$up focus up
bindsym $mod+$right focus right
bindsym $mod+Tab focus right
# Or use $mod+[up|down|left|right]
bindsym $mod+Left focus left
bindsym $mod+Down focus down