[i3+sway] Use cmd+shift+f for fullscreen

This matches the aerospace configuration
This commit is contained in:
2025-11-15 11:20:17 -08:00
parent 5750f737f1
commit c2e2dd8675

View File

@@ -43,7 +43,7 @@ let
#"${shared_config.modifier}+h" = "split h"; #"${shared_config.modifier}+h" = "split h";
"${shared_config.modifier}+v" = "split v"; "${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}+s" = "layout stacking";
"${shared_config.modifier}+w" = "layout tabbed"; "${shared_config.modifier}+w" = "layout tabbed";