diff --git a/config b/config index 3c8e94a..f088a55 100644 --- a/config +++ b/config @@ -122,52 +122,52 @@ bindsym $mod+Tab workspace next bindsym $mod+Shift+Tab workspace prev # switch to workspace -bindsym $mod+1 workspace 1 -bindsym $mod+2 workspace 2 -bindsym $mod+3 workspace 3 -bindsym $mod+4 workspace 4 -bindsym $mod+5 workspace 5 -bindsym $mod+6 workspace 6 -bindsym $mod+7 workspace 7 -bindsym $mod+8 workspace 8 -bindsym $mod+9 workspace 9 -bindsym $mod+0 workspace 10 +bindsym $mod+1 workspace number 1 +bindsym $mod+2 workspace number 2 +bindsym $mod+3 workspace number 3 +bindsym $mod+4 workspace number 4 +bindsym $mod+5 workspace number 5 +bindsym $mod+6 workspace number 6 +bindsym $mod+7 workspace number 7 +bindsym $mod+8 workspace number 8 +bindsym $mod+9 workspace number 9 +bindsym $mod+0 workspace number 10 -bindsym $mod+KP_1 workspace 1 -bindsym $mod+KP_2 workspace 2 -bindsym $mod+KP_3 workspace 3 -bindsym $mod+KP_4 workspace 4 -bindsym $mod+KP_5 workspace 5 -bindsym $mod+KP_6 workspace 6 -bindsym $mod+KP_7 workspace 7 -bindsym $mod+KP_8 workspace 8 -bindsym $mod+KP_9 workspace 9 -bindsym $mod+KP_0 workspace 10 +bindsym $mod+KP_End workspace number 1 +bindsym $mod+KP_Down workspace number 2 +bindsym $mod+KP_Next workspace number 3 +bindsym $mod+KP_Left workspace number 4 +bindsym $mod+KP_Begin workspace number 5 +bindsym $mod+KP_Right workspace number 6 +bindsym $mod+KP_Home workspace number 7 +bindsym $mod+KP_Up workspace number 8 +bindsym $mod+KP_Prior workspace number 9 +bindsym $mod+KP_Insert workspace number 10 workspace_auto_back_and_forth yes # move focused container to workspace -bindsym $mod+Shift+1 move container to workspace 1 -bindsym $mod+Shift+2 move container to workspace 2 -bindsym $mod+Shift+3 move container to workspace 3 -bindsym $mod+Shift+4 move container to workspace 4 -bindsym $mod+Shift+5 move container to workspace 5 -bindsym $mod+Shift+6 move container to workspace 6 -bindsym $mod+Shift+7 move container to workspace 7 -bindsym $mod+Shift+8 move container to workspace 8 -bindsym $mod+Shift+9 move container to workspace 9 -bindsym $mod+Shift+0 move container to workspace 10 +bindsym $mod+Shift+1 move container to workspace number 1 +bindsym $mod+Shift+2 move container to workspace number 2 +bindsym $mod+Shift+3 move container to workspace number 3 +bindsym $mod+Shift+4 move container to workspace number 4 +bindsym $mod+Shift+5 move container to workspace number 5 +bindsym $mod+Shift+6 move container to workspace number 6 +bindsym $mod+Shift+7 move container to workspace number 7 +bindsym $mod+Shift+8 move container to workspace number 8 +bindsym $mod+Shift+9 move container to workspace number 9 +bindsym $mod+Shift+0 move container to workspace number 10 -bindsym $mod+Shift+KP_1 move container to workspace 1 -bindsym $mod+Shift+KP_2 move container to workspace 2 -bindsym $mod+Shift+KP_3 move container to workspace 3 -bindsym $mod+Shift+KP_4 move container to workspace 4 -bindsym $mod+Shift+KP_5 move container to workspace 5 -bindsym $mod+Shift+KP_6 move container to workspace 6 -bindsym $mod+Shift+KP_7 move container to workspace 7 -bindsym $mod+Shift+KP_8 move container to workspace 8 -bindsym $mod+Shift+KP_9 move container to workspace 9 -bindsym $mod+Shift+KP_0 move container to workspace 10 +bindsym $mod+Shift+KP_1 move container to workspace number 1 +bindsym $mod+Shift+KP_2 move container to workspace number 2 +bindsym $mod+Shift+KP_3 move container to workspace number 3 +bindsym $mod+Shift+KP_4 move container to workspace number 4 +bindsym $mod+Shift+KP_5 move container to workspace number 5 +bindsym $mod+Shift+KP_6 move container to workspace number 6 +bindsym $mod+Shift+KP_7 move container to workspace number 7 +bindsym $mod+Shift+KP_8 move container to workspace number 8 +bindsym $mod+Shift+KP_9 move container to workspace number 9 +bindsym $mod+Shift+KP_0 move container to workspace number 10 # reload the configuration file bindsym $mod+Shift+c reload