fix(sway): inccorect statements for mouvments keybindings
This commit is contained in:
parent
a625471f8a
commit
50ce6cfdec
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ in
|
|||
# move with Shift and direction
|
||||
"${mod}+Shift+${left}" = "move left";
|
||||
"${mod}+Shift+${down}" = "move down";
|
||||
"${mod}+Shift+${up} move" = "move up";
|
||||
"${mod}+Shift+${right} move" = "move right";
|
||||
"${mod}+Shift+${up}" = "move up";
|
||||
"${mod}+Shift+${right}" = "move right";
|
||||
"${mod}+Shift+1" = "move container to workspace $ws1";
|
||||
"${mod}+Shift+2" = "move container to workspace $ws2";
|
||||
"${mod}+Shift+3" = "move container to workspace $ws3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue