summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex.auvolat@inria.fr>2020-06-11 12:16:24 +0200
committerAlex Auvolat <alex.auvolat@inria.fr>2020-06-11 12:16:24 +0200
commitb32497e2496dd5a309e4fd33fa9d0202f7a156dc (patch)
treedbdcebf50f28e8c9a3d8e8f0eb03ced5acdcee51
parent24316b4c906c4ce18ea396e14e92a46d1752fe1f (diff)
downloaduser-config-b32497e2496dd5a309e4fd33fa9d0202f7a156dc.tar.gz
user-config-b32497e2496dd5a309e4fd33fa9d0202f7a156dc.zip
Fix key bindings
-rw-r--r--solanum/sway/config26
1 files changed, 8 insertions, 18 deletions
diff --git a/solanum/sway/config b/solanum/sway/config
index c7c13b8..27cc891 100644
--- a/solanum/sway/config
+++ b/solanum/sway/config
@@ -117,41 +117,31 @@ bindsym $mod+q focus parent
# switch to workspace
bindsym $mod+ampersand workspace 1
-bindsym $mod+eacute workspace 2
+bindsym $mod+braceleft workspace 2
bindsym $mod+quotedbl workspace 3
bindsym $mod+apostrophe workspace 4
bindsym $mod+parenleft workspace 5
bindsym $mod+minus workspace 6
-bindsym $mod+egrave workspace 7
+bindsym $mod+bar workspace 7
bindsym $mod+underscore workspace 8
-bindsym $mod+ccedilla workspace 9
-bindsym $mod+agrave workspace 10
+bindsym $mod+braceright workspace 9
+bindsym $mod+backslash workspace 10
bindsym $mod+parenright workspace 11
bindsym $mod+equal workspace 12
workspace_auto_back_and_forth yes
# move focused container to workspace
-bindsym $mod+Shift+1 move container to workspace 1
-bindsym $mod+Shift+2 move container to workspace 2
-bindsym $mod+Shift+3 move container to workspace 3
-bindsym $mod+Shift+4 move container to workspace 4
-bindsym $mod+Shift+5 move container to workspace 5
-bindsym $mod+Shift+6 move container to workspace 6
-bindsym $mod+Shift+7 move container to workspace 7
-bindsym $mod+Shift+8 move container to workspace 8
-bindsym $mod+Shift+9 move container to workspace 9
-bindsym $mod+Shift+0 move container to workspace 10
bindsym $mod+Shift+ampersand move container to workspace 1
-bindsym $mod+Shift+eacute move container to workspace 2
+bindsym $mod+Shift+braceleft 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+egrave move container to workspace 7
+bindsym $mod+Shift+bar move container to workspace 7
bindsym $mod+Shift+underscore move container to workspace 8
-bindsym $mod+Shift+ccedilla move container to workspace 9
-bindsym $mod+Shift+agrave move container to workspace 10
+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