From c2e2dd8675b81f3255f595f99aee2244869eb986 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 15 Nov 2025 11:20:17 -0800 Subject: [PATCH] [i3+sway] Use cmd+shift+f for fullscreen This matches the aerospace configuration --- home/modules/i3+sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/i3+sway/default.nix b/home/modules/i3+sway/default.nix index b4b83b6..1fc874e 100644 --- a/home/modules/i3+sway/default.nix +++ b/home/modules/i3+sway/default.nix @@ -43,7 +43,7 @@ let #"${shared_config.modifier}+h" = "split h"; "${shared_config.modifier}+v" = "split v"; - "${shared_config.modifier}+f" = "fullscreen toggle"; + "${shared_config.modifier}+Shift+f" = "fullscreen toggle"; "${shared_config.modifier}+s" = "layout stacking"; "${shared_config.modifier}+w" = "layout tabbed";