summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd12
1 files changed, 12 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 3fda6cef..28ab15df 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -71,6 +71,9 @@ The following commands may only be used in the configuration file.
71 Executes custom background _command_. Default is _swaybg_. Refer to 71 Executes custom background _command_. Default is _swaybg_. Refer to
72 *output* below for more information. 72 *output* below for more information.
73 73
74 It can be disabled by setting the command to a single dash:
75 _swaybg\_command -_
76
74*swaynag\_command* <command> 77*swaynag\_command* <command>
75 Executes custom command for _swaynag_. Default is _swaynag_. Additional 78 Executes custom command for _swaynag_. Default is _swaynag_. Additional
76 arguments may be appended to the end. This should only be used to either 79 arguments may be appended to the end. This should only be used to either
@@ -78,6 +81,9 @@ The following commands may only be used in the configuration file.
78 arguments. This should be placed at the top of the config for the best 81 arguments. This should be placed at the top of the config for the best
79 results. 82 results.
80 83
84 It can be disabled by setting the command to a single dash:
85 _swaynag\_command -_
86
81The following commands cannot be used directly in the configuration file. 87The following commands cannot be used directly in the configuration file.
82They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). 88They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
83 89
@@ -549,6 +555,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 555You can get a list of output names with *swaymsg -t get\_outputs*. You may also
550match any output by using the output name "\*". 556match any output by using the output name "\*".
551 557
558*popup\_during\_fullscreen* smart|ignore|leave\_fullscreen
559 Determines what to do when a fullscreen view opens a dialog.
560 If _smart_ (the default), the dialog will be displayed. If _ignore_, the
561 dialog will not be rendered. If _leave\_fullscreen_, the view will exit
562 fullscreen mode and the dialog will be rendered.
563
552*set* $<name> <value> 564*set* $<name> <value>
553 Sets variable $_name_ to _value_. You can use the new variable in the 565 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 566 arguments of future commands. When the variable is used, it can be escaped