aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-11-17 12:29:59 +0100
committerLibravatar emersion <contact@emersion.fr>2018-11-19 17:38:37 +0100
commit311c7db7e300bc9e749a582a56805150180138e0 (patch)
treea695f7af6143e47c8b7bb8afe32e2e8f59c39958 /sway/sway.5.scd
parentMerge pull request #3152 from camoz/master (diff)
downloadsway-311c7db7e300bc9e749a582a56805150180138e0.tar.gz
sway-311c7db7e300bc9e749a582a56805150180138e0.tar.zst
sway-311c7db7e300bc9e749a582a56805150180138e0.zip
Add xwayland command
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd6
1 files changed, 5 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 1a11015f..95376ccc 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -84,6 +84,10 @@ The following commands may only be used in the configuration file.
84 It can be disabled by setting the command to a single dash: 84 It can be disabled by setting the command to a single dash:
85 _swaynag\_command -_ 85 _swaynag\_command -_
86 86
87*xwayland* enable|disable
88 Enables or disables Xwayland support, which allows X11 applications to be
89 used.
90
87The following commands cannot be used directly in the configuration file. 91The following commands cannot be used directly in the configuration file.
88They are expected to be used with *bindsym* or at runtime through *swaymsg*(1). 92They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
89 93
@@ -421,7 +425,7 @@ The default colors are:
421 425
422*focus\_follows\_mouse* yes|no|always 426*focus\_follows\_mouse* yes|no|always
423 If set to _yes_, moving your mouse over a window will focus that window. If 427 If set to _yes_, moving your mouse over a window will focus that window. If
424 set to _always_, the window under the cursor will always be focused, even 428 set to _always_, the window under the cursor will always be focused, even
425 after switching between workspaces. 429 after switching between workspaces.
426 430
427*focus\_wrapping* yes|no|force 431*focus\_wrapping* yes|no|force