From 7c597743c67e20f2c5525b61a7a7957671f0f9cb Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Mon, 19 Sep 2022 12:53:30 +0200 Subject: [PATCH] Make shift inputs work by default in sway Shift inputs are handled differently in sway & i3 --- wm/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm/default.nix b/wm/default.nix index 9a0560c..9649c23 100644 --- a/wm/default.nix +++ b/wm/default.nix @@ -166,7 +166,7 @@ "${mod}+comma" = "layout tabbed"; # Misc - "${mod}+Shift+colon" = "kill"; + "${mod}+Shift+semicolon" = "kill"; "${mod}+Shift+J" = "reload"; "${mod}+Return" = "exec ${config.terminal.command}"; "${mod}+p" = "mode resize";