diff --git a/sway/config.nix b/sway/config.nix index 2af7ee8..93f1553 100644 --- a/sway/config.nix +++ b/sway/config.nix @@ -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}";