mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add workspace cycling shortcuts
This commit is contained in:
@@ -120,6 +120,8 @@ bind = $mod, 7, workspace, 7
|
|||||||
bind = $mod, 8, workspace, 8
|
bind = $mod, 8, workspace, 8
|
||||||
bind = $mod, 9, workspace, 9
|
bind = $mod, 9, workspace, 9
|
||||||
bind = $mod, 0, workspace, 10
|
bind = $mod, 0, workspace, 10
|
||||||
|
bind = $mod, comma, workspace, -1
|
||||||
|
bind = $mod, period, workspace, +1
|
||||||
|
|
||||||
bind = $mod SHIFT, 1, movetoworkspace, 1
|
bind = $mod SHIFT, 1, movetoworkspace, 1
|
||||||
bind = $mod SHIFT, 2, movetoworkspace, 2
|
bind = $mod SHIFT, 2, movetoworkspace, 2
|
||||||
|
|||||||
@@ -157,6 +157,8 @@ bindsym $mod+7 workspace number $ws7
|
|||||||
bindsym $mod+8 workspace number $ws8
|
bindsym $mod+8 workspace number $ws8
|
||||||
bindsym $mod+9 workspace number $ws9
|
bindsym $mod+9 workspace number $ws9
|
||||||
bindsym $mod+0 workspace number $ws10
|
bindsym $mod+0 workspace number $ws10
|
||||||
|
bindsym $mod+comma workspace prev
|
||||||
|
bindsym $mod+period workspace next
|
||||||
|
|
||||||
bindsym $mod+Shift+1 move container to workspace number $ws1
|
bindsym $mod+Shift+1 move container to workspace number $ws1
|
||||||
bindsym $mod+Shift+2 move container to workspace number $ws2
|
bindsym $mod+Shift+2 move container to workspace number $ws2
|
||||||
|
|||||||
@@ -155,6 +155,8 @@ bindsym $mod+7 workspace number $ws7
|
|||||||
bindsym $mod+8 workspace number $ws8
|
bindsym $mod+8 workspace number $ws8
|
||||||
bindsym $mod+9 workspace number $ws9
|
bindsym $mod+9 workspace number $ws9
|
||||||
bindsym $mod+0 workspace number $ws10
|
bindsym $mod+0 workspace number $ws10
|
||||||
|
bindsym $mod+comma workspace prev
|
||||||
|
bindsym $mod+period workspace next
|
||||||
|
|
||||||
bindsym $mod+Shift+1 move container to workspace number $ws1
|
bindsym $mod+Shift+1 move container to workspace number $ws1
|
||||||
bindsym $mod+Shift+2 move container to workspace number $ws2
|
bindsym $mod+Shift+2 move container to workspace number $ws2
|
||||||
|
|||||||
Reference in New Issue
Block a user