From a29442e4082b377022957420e89a830857a8e5c9 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 27 Nov 2022 00:26:14 -0500 Subject: [PATCH] Fix window switching so that is is specifically alt+tab and alt+shift+tab. --- i38.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i38.sh b/i38.sh index 0088276..c6ecfec 100755 --- a/i38.sh +++ b/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 # change focus -# $mod+tab and shift tab -bindsym \$mod+Shift+Tab focus left -bindsym \$mod+Tab focus right +# alt+tab and shift tab +bindsym Mod1+Shift+Tab focus left +bindsym Mod1+Tab focus right # enter fullscreen mode for the focused container bindsym \$mod+BackSpace fullscreen toggle