mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
Merge pull request #3423 from RyanDwyer/fullscreen-global
Implement fullscreen global
This commit is contained in:
commit
783fadab28
22 changed files with 331 additions and 131 deletions
|
|
@ -134,9 +134,10 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
|
|||
*focus* mode_toggle
|
||||
Moves focus between the floating and tiled layers.
|
||||
|
||||
*fullscreen* [enable|disable|toggle]
|
||||
*fullscreen* [enable|disable|toggle] [global]
|
||||
Makes focused view fullscreen, non-fullscreen, or the opposite of what it
|
||||
is now. If no argument is given, it does the same as _toggle_.
|
||||
is now. If no argument is given, it does the same as _toggle_. If _global_
|
||||
is specified, the view will be fullscreen across all outputs.
|
||||
|
||||
*gaps* inner|outer|horizontal|vertical|top|right|bottom|left all|current
|
||||
set|plus|minus <amount>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue