Fix window switching so that is is specifically alt+tab and alt+shift+tab.
This commit is contained in:
parent
aec05b9e77
commit
a29442e408
6
i38.sh
6
i38.sh
@ -283,9 +283,9 @@ bindsym \$mod+F1 exec --no-startup-id sgtk-menu -f
|
|||||||
bindsym \$mod+Control+d exec --no-startup-id yad --icons --compact --no-buttons --title="Desktop" --close-on-unfocus --read-dir=${HOME}/Desktop
|
bindsym \$mod+Control+d exec --no-startup-id yad --icons --compact --no-buttons --title="Desktop" --close-on-unfocus --read-dir=${HOME}/Desktop
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
# $mod+tab and shift tab
|
# alt+tab and shift tab
|
||||||
bindsym \$mod+Shift+Tab focus left
|
bindsym Mod1+Shift+Tab focus left
|
||||||
bindsym \$mod+Tab focus right
|
bindsym Mod1+Tab focus right
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
# enter fullscreen mode for the focused container
|
||||||
bindsym \$mod+BackSpace fullscreen toggle
|
bindsym \$mod+BackSpace fullscreen toggle
|
||||||
|
Loading…
Reference in New Issue
Block a user