From 8df353e56da40c77c1363c8a8d3452a517cf9aa5 Mon Sep 17 00:00:00 2001 From: zoe Date: Wed, 23 Aug 2023 18:21:38 +0200 Subject: [PATCH] fix sway config --- sway/config.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}";