From 92d0678ff1e556bbf9e132b2b34e25c6765bf84b Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 31 May 2025 12:50:31 +0200 Subject: [PATCH] keybindings: Fix keybinding to move windows Fix the keybindings to put windows to the 11th and 12th workspaces. --- .config/sway/config.d/10-workspaces.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config.d/10-workspaces.conf b/.config/sway/config.d/10-workspaces.conf index 41f3b7f..c6f7cbf 100644 --- a/.config/sway/config.d/10-workspaces.conf +++ b/.config/sway/config.d/10-workspaces.conf @@ -57,5 +57,5 @@ bindsym $mod+Shift+7 move container to workspace number $ws7 bindsym $mod+Shift+8 move container to workspace number $ws8 bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10 -bindsym $mod+Shift+underscore move container to workspace number $ws11 -bindsym $mod+Shift+plus move container to workspace number $ws12 +bindsym $mod+Shift+minus move container to workspace number $ws11 +bindsym $mod+Shift+equal move container to workspace number $ws12