From a33c87eece7134be62a0121f3b1081c7f5462b5d Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Tue, 8 Aug 2023 18:18:16 +0200 Subject: [PATCH] sway: use super+x to focus child This is more in line with how increase/decrease works in vim. --- modules/desktop/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/sway.nix b/modules/desktop/sway.nix index e3f6ba9..8dddef9 100644 --- a/modules/desktop/sway.nix +++ b/modules/desktop/sway.nix @@ -26,7 +26,7 @@ }; modifier = "Mod4"; # super keybindings = lib.mkOptionDefault { - "Mod4+z" = "focus child"; + "Mod4+x" = "focus child"; "Mod4+Escape" = "exec loginctl lock-session"; # Brightness