Removed those keybindings again

This commit is contained in:
RealStickman 2020-09-13 12:34:33 +02:00
parent 24b607adf2
commit c16b266f98

View File

@ -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