From c16b266f98bb7e771bb0dab2b7e09de6dbe6c855 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 13 Sep 2020 12:34:33 +0200 Subject: [PATCH] Removed those keybindings again --- arch-config/.config/i3/config | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/arch-config/.config/i3/config b/arch-config/.config/i3/config index c90b6516..8f6b31fe 100644 --- a/arch-config/.config/i3/config +++ b/arch-config/.config/i3/config @@ -89,17 +89,6 @@ workspace 9 output $secondMonitor workspace 10 output $secondMonitor # switch to workspace -bindsym tab+space+1 workspace 1 -bindsym tab+space+2 workspace 2 -bindsym tab+space+3 workspace 3 -bindsym tab+space+4 workspace 4 -bindsym tab+space+5 workspace 5 -bindsym tab+space+6 workspace 6 -bindsym tab+space+7 workspace 7 -bindsym tab+space+8 workspace 8 -bindsym tab+space+9 workspace 9 -bindsym tab+space+10 workspace 10 - bindsym $mod+1 workspace 1 bindsym $mod+2 workspace 2 bindsym $mod+3 workspace 3 @@ -112,17 +101,6 @@ bindsym $mod+9 workspace 9 bindsym $mod+0 workspace 10 # move focused container to workspace -bindsym tab+space+m+1 move container to workspace 1; workspace 1 -bindsym tab+space+m+2 move container to workspace 2; workspace 2 -bindsym tab+space+m+3 move container to workspace 3; workspace 3 -bindsym tab+space+m+4 move container to workspace 4; workspace 4 -bindsym tab+space+m+5 move container to workspace 5; workspace 5 -bindsym tab+space+m+6 move container to workspace 6; workspace 6 -bindsym tab+space+m+7 move container to workspace 7; workspace 7 -bindsym tab+space+m+8 move container to workspace 8; workspace 8 -bindsym tab+space+m+9 move container to workspace 9; workspace 9 -bindsym tab+space+m+10 move container to workspace 10; workspace 10 - bindsym $mod+Shift+1 move container to workspace 1; workspace 1 bindsym $mod+Shift+2 move container to workspace 2; workspace 2 bindsym $mod+Shift+3 move container to workspace 3; workspace 3