fix(sway): inccorect statements for mouvments keybindings

This commit is contained in:
Yorick Barbanneau 2025-02-24 00:57:35 +01:00
parent a625471f8a
commit 50ce6cfdec

View file

@ -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";