fix sway config

This commit is contained in:
zoe 2023-08-23 18:21:38 +02:00
parent 293143b129
commit 8df353e56d
1 changed files with 5 additions and 5 deletions

View File

@ -127,11 +127,11 @@ in
Escape = "mode default";
v = "mode focus";
r = "mode resize";
j = "exec i3l move down";
k = "exec i3l move up";
h = "exec i3l move left";
l = "exec i3l move right";
s = "exec i3l swap container with previous";
j = "move down";
k = "move up";
h = "move left";
l = "move right";
s = "swap container with previous";
Tab = "exec swaymsg move workspace next && swaymsg workspace next";
"1" = "move workspace ${ws1}";
"2" = "move workspace ${ws2}";