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.scd7
1 files changed, 5 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 8049836b..128663cd 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -85,9 +85,12 @@ The following commands may only be used in the configuration file.
85 It can be disabled by setting the command to a single dash: 85 It can be disabled by setting the command to a single dash:
86 _swaynag\_command -_ 86 _swaynag\_command -_
87 87
88*xwayland* enable|disable 88*xwayland* enable|disable|force
89 Enables or disables Xwayland support, which allows X11 applications to be 89 Enables or disables Xwayland support, which allows X11 applications to be
90 used. 90 used. _enable_ will lazily load Xwayland so Xwayland will not be launched
91 until the first client attempts to connect. In some cases, such as slower
92 machines, it may be desirable to have Xwayland started immediately by
93 using _force_ instead of _enable_.
91 94
92The following commands cannot be used directly in the configuration file. 95The following commands cannot be used directly in the configuration file.
93They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). 96They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).