diff options
author | Alex Auvolat <alex.auvolat@inria.fr> | 2020-06-11 16:42:29 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@inria.fr> | 2020-06-11 16:42:29 +0200 |
commit | a02d625c7a053317e4fcaf50956cca6b888c6f57 (patch) | |
tree | 17752f3261c1b9ee2cd6f7b699896b0cdf028f1d | |
parent | 669a0777cb68d5a319697e90a8a16458e26fff01 (diff) | |
download | user-config-a02d625c7a053317e4fcaf50956cca6b888c6f57.tar.gz user-config-a02d625c7a053317e4fcaf50956cca6b888c6f57.zip |
fix sway config
-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 |