mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[sway/config] replace 'Mod1' with 'Alt' for better readability
This commit is contained in:
parent
a8365e4d3c
commit
e42be906d9
1 changed files with 4 additions and 4 deletions
|
@ -161,10 +161,10 @@ bindsym $mod+s focus child
|
|||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
bindsym Mod1+Left move workspace to output left
|
||||
bindsym Mod1+Right move workspace to output right
|
||||
bindsym Mod1+Up move workspace to output up
|
||||
bindsym Mod1+Down move workspace to output down
|
||||
bindsym Alt+Left move workspace to output left
|
||||
bindsym Alt+Right move workspace to output right
|
||||
bindsym Alt+Up move workspace to output up
|
||||
bindsym Alt+Down move workspace to output down
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue