aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-08-15 03:00:14 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-20 11:34:34 +0900
commitff7d979d99ddb087a02fc457953b33e3beb4715b (patch)
tree142e0f92672c9c73b7770dea3a846fef0e8d4011 /sway/sway.5.scd
parentinput/keyboard: send released only if pressed sent (diff)
downloadsway-ff7d979d99ddb087a02fc457953b33e3beb4715b.tar.gz
sway-ff7d979d99ddb087a02fc457953b33e3beb4715b.tar.zst
sway-ff7d979d99ddb087a02fc457953b33e3beb4715b.zip
cmd_xwayland: add force for immediate launch
This just adds a force option to cmd_xwayland that allows for xwayland to be immediately launched instead of lazily launched. This is useful for slower machines so it can be part of the startup time instead of when the user is actively trying to use it
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).