aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2019-01-25 08:29:21 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2019-01-25 08:29:21 +1000
commit20aa8ee67dc528299dbc8735220a1c081c7ff9f6 (patch)
tree685de48be3db51fc01510ccf051e2b63a4655fba /sway/sway.5.scd
parentUpdate for swaywm/wlroots#1402 (diff)
downloadsway-20aa8ee67dc528299dbc8735220a1c081c7ff9f6.tar.gz
sway-20aa8ee67dc528299dbc8735220a1c081c7ff9f6.tar.zst
sway-20aa8ee67dc528299dbc8735220a1c081c7ff9f6.zip
Implement fullscreen global
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 06bc0dbf..c2539804 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -134,9 +134,10 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
134*focus* mode\_toggle 134*focus* mode\_toggle
135 Moves focus between the floating and tiled layers. 135 Moves focus between the floating and tiled layers.
136 136
137*fullscreen* [enable|disable|toggle] 137*fullscreen* [enable|disable|toggle] [global]
138 Makes focused view fullscreen, non-fullscreen, or the opposite of what it 138 Makes focused view fullscreen, non-fullscreen, or the opposite of what it
139 is now. If no argument is given, it does the same as _toggle_. 139 is now. If no argument is given, it does the same as _toggle_. If _global_
140 is specified, the view will be fullscreen across all outputs.
140 141
141*gaps* inner|outer|horizontal|vertical|top|right|bottom|left all|current 142*gaps* inner|outer|horizontal|vertical|top|right|bottom|left all|current
142set|plus|minus <amount> 143set|plus|minus <amount>