From 56ebf83138aeb14b19fac538a4ecc1760b4dfe37 Mon Sep 17 00:00:00 2001 From: wbmnfktr Date: Thu, 5 May 2022 22:20:19 +0200 Subject: [PATCH] Added keybind for easy workspace switching --- .config/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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