diff --git a/.config/i3/config b/.config/i3/config index 81eb1ea..82b1896 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -66,6 +66,10 @@ gaps outer 3 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +# switch/iterate between workspaces +bindsym $mod+Tab workspace next +bindsym $mod+Shift+Tab workspace prev + # switch to workspace bindsym $mod+1 workspace $ws1 bindsym $mod+2 workspace $ws2 @@ -138,10 +142,6 @@ bindcode $mod+Shift+80 move container to workspace $ws8 bindcode $mod+Shift+81 move container to workspace $ws9 bindcode $mod+Shift+90 move container to workspace $ws10 -# switch/iterate between workspaces -bindsym $mod+Tab workspace next -bindsym $mod+Shift+Tab workspace prev - # resize window (you can also use the mouse for that): #mode "resize" { # These bindings trigger as soon as you enter the resize mode