|
@@ -159,6 +159,8 @@ bindsym $mod+$work7 workspace 7
|
|
|
bindsym $mod+$work8 workspace 8
|
|
|
bindsym $mod+$work9 workspace 9
|
|
|
bindsym $mod+$work10 workspace 10
|
|
|
+bindsym $mod+Prior workspace prev
|
|
|
+bindsym $mod+Next workspace next
|
|
|
|
|
|
# switch to workspace with numpad
|
|
|
bindsym $KP_1 workspace 1
|
|
@@ -183,6 +185,8 @@ bindsym $mod+Shift+$work7 move container to workspace 7
|
|
|
bindsym $mod+Shift+$work8 move container to workspace 8
|
|
|
bindsym $mod+Shift+$work9 move container to workspace 9
|
|
|
bindsym $mod+Shift+$work10 move container to workspace 10
|
|
|
+bindsym $mod+Shift+Prior move container to workspace prev
|
|
|
+bindsym $mod+Shift+Next move container to workspace next
|
|
|
|
|
|
# move focused container to workspace with numpad
|
|
|
bindsym $mod+$KP_1 move container to workspace 1
|