[i3+sway] Use cmd+shift+f for fullscreen
This matches the aerospace configuration
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user