[sway] fix workspace bindings for azerty keyboard
This commit is contained in:
parent
87ded898fc
commit
33713b8455
1 changed files with 26 additions and 0 deletions
26
sway/config.d/workspace.conf
Normal file
26
sway/config.d/workspace.conf
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
$unbindsym $mod+minus
|
||||
$unbindsym $mod+Shift+minus
|
||||
|
||||
# Switch to workspace
|
||||
bindsym $mod+ampersand workspace $ws1
|
||||
bindsym $mod+eacute workspace $ws2
|
||||
bindsym $mod+quotedbl workspace $ws3
|
||||
bindsym $mod+apostrophe workspace $ws4
|
||||
bindsym $mod+parenleft workspace $ws5
|
||||
bindsym $mod+minus workspace $ws6
|
||||
bindsym $mod+egrave workspace $ws7
|
||||
bindsym $mod+underscore workspace $ws8
|
||||
bindsym $mod+ccedilla workspace $ws9
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+ampersand move container to workspace $ws1, exec $focus_ws $ws1
|
||||
bindsym $mod+Shift+eacute move container to workspace $ws2, exec $focus_ws $ws2
|
||||
bindsym $mod+Shift+quotedbl move container to workspace $ws3, exec $focus_ws $ws3
|
||||
bindsym $mod+Shift+apostrophe move container to workspace $ws4, exec $focus_ws $ws4
|
||||
bindsym $mod+Shift+parenleft move container to workspace $ws5, exec $focus_ws $ws5
|
||||
bindsym $mod+Shift+minus move container to workspace $ws6, exec $focus_ws $ws6
|
||||
bindsym $mod+Shift+egrave move container to workspace $ws7, exec $focus_ws $ws7
|
||||
bindsym $mod+Shift+underscore move container to workspace $ws8, exec $focus_ws $ws8
|
||||
bindsym $mod+Shift+ccedilla move container to workspace $ws9, exec $focus_ws $ws9
|
||||
# Note: workspaces can have any name you want, not just numbers.
|
||||
# We just use 1-10 as the default.
|
||||
Loading…
Add table
Reference in a new issue