diff options
Diffstat (limited to 'solanum')
-rw-r--r-- | solanum/sway/config | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/solanum/sway/config b/solanum/sway/config index 27cc891..ece8b14 100644 --- a/solanum/sway/config +++ b/solanum/sway/config @@ -116,34 +116,34 @@ bindsym $mod+q focus parent #bindcode $mod+d focus child # switch to workspace -bindsym $mod+ampersand workspace 1 -bindsym $mod+braceleft workspace 2 +bindsym $mod+braceleft workspace 1 +bindsym $mod+eacute workspace 2 bindsym $mod+quotedbl workspace 3 bindsym $mod+apostrophe workspace 4 bindsym $mod+parenleft workspace 5 bindsym $mod+minus workspace 6 -bindsym $mod+bar workspace 7 +bindsym $mod+dead_grave workspace 7 bindsym $mod+underscore workspace 8 -bindsym $mod+braceright workspace 9 -bindsym $mod+backslash workspace 10 -bindsym $mod+parenright workspace 11 -bindsym $mod+equal workspace 12 +bindsym $mod+ccedilla workspace 9 +bindsym $mod+parenright workspace 10 +bindsym $mod+braceright workspace 11 +bindsym $mod+bracketright workspace 12 workspace_auto_back_and_forth yes # move focused container to workspace -bindsym $mod+Shift+ampersand move container to workspace 1 -bindsym $mod+Shift+braceleft move container to workspace 2 +bindsym $mod+Shift+braceleft move container to workspace 1 +bindsym $mod+Shift+eacute move container to workspace 2 bindsym $mod+Shift+quotedbl move container to workspace 3 bindsym $mod+Shift+apostrophe move container to workspace 4 bindsym $mod+Shift+parenleft move container to workspace 5 bindsym $mod+Shift+minus move container to workspace 6 -bindsym $mod+Shift+bar move container to workspace 7 +bindsym $mod+Shift+dead_grave move container to workspace 7 bindsym $mod+Shift+underscore move container to workspace 8 -bindsym $mod+Shift+braceright move container to workspace 9 -bindsym $mod+Shift+backslash move container to workspace 10 -bindsym $mod+Shift+parenright move container to workspace 11 -bindsym $mod+Shift+equal move container to workspace 12 +bindsym $mod+Shift+ccedilla move container to workspace 9 +bindsym $mod+Shift+parenright move container to workspace 10 +bindsym $mod+Shift+braceright move container to workspace 11 +bindsym $mod+Shift+bracketright move container to workspace 12 # Multi monitor setup workspace 1 output DP-4 DP-6 HDMI-A-1 eDP-1 |