Add workspace cycling shortcuts

This commit is contained in:
Fabio Scotto di Santolo
2026-04-04 22:30:16 +02:00
parent 1fc8854522
commit 919bf2da7f
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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