aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 3fda6cef..387edf54 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -549,6 +549,12 @@ You may combine output commands into one, like so:
549You can get a list of output names with *swaymsg -t get\_outputs*. You may also 549You can get a list of output names with *swaymsg -t get\_outputs*. You may also
550match any output by using the output name "\*". 550match any output by using the output name "\*".
551 551
552*popup\_during\_fullscreen* smart|ignore|leave\_fullscreen
553 Determines what to do when a fullscreen view opens a dialog.
554 If _smart_ (the default), the dialog will be displayed. If _ignore_, the
555 dialog will not be rendered. If _leave\_fullscreen_, the view will exit
556 fullscreen mode and the dialog will be rendered.
557
552*set* $<name> <value> 558*set* $<name> <value>
553 Sets variable $_name_ to _value_. You can use the new variable in the 559 Sets variable $_name_ to _value_. You can use the new variable in the
554 arguments of future commands. When the variable is used, it can be escaped 560 arguments of future commands. When the variable is used, it can be escaped