aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Aidan Dang <dang@aidan.gg>2022-03-16 22:22:41 +0000
committerLibravatar Simon Ser <contact@emersion.fr>2022-12-05 14:09:29 +0100
commitc32a507303e38c7bf0b8054108bec45ff67e92c2 (patch)
tree9590aa045b466f57b023d625c8a281c94fd8039c /sway/sway.5.scd
parentseat: Avoid sending redundant keymaps on reload (diff)
downloadsway-c32a507303e38c7bf0b8054108bec45ff67e92c2.tar.gz
sway-c32a507303e38c7bf0b8054108bec45ff67e92c2.tar.zst
sway-c32a507303e38c7bf0b8054108bec45ff67e92c2.zip
Add `primary_selection` config option
See: https://github.com/swaywm/sway/issues/4511 Adds a bool config option `primary_selection`, which explicitly enables/disables the primary selection clipboard. Defaults to enabled. This is implemented as a launch-only option which enables or disables the creation of the `zwp_primary_selection_device_manager_v1` global. Co-authored-by: Tilde Rose <t1lde@protonmail.com>
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index f6aab2d4..25082c41 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -807,6 +807,10 @@ The default colors are:
807 dialog will not be rendered. If _leave_fullscreen_, the view will exit 807 dialog will not be rendered. If _leave_fullscreen_, the view will exit
808 fullscreen mode and the dialog will be rendered. 808 fullscreen mode and the dialog will be rendered.
809 809
810*primary_selection* enabled|disabled
811 Enable or disable the primary selection clipboard. May only be configured
812 at launch. Default is _enabled_.
813
810*set* $<name> <value> 814*set* $<name> <value>
811 Sets variable $_name_ to _value_. You can use the new variable in the 815 Sets variable $_name_ to _value_. You can use the new variable in the
812 arguments of future commands. When the variable is used, it can be escaped 816 arguments of future commands. When the variable is used, it can be escaped