mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
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>
This commit is contained in:
parent
e1b268af98
commit
c32a507303
8 changed files with 37 additions and 2 deletions
|
|
@ -807,6 +807,10 @@ The default colors are:
|
|||
dialog will not be rendered. If _leave_fullscreen_, the view will exit
|
||||
fullscreen mode and the dialog will be rendered.
|
||||
|
||||
*primary_selection* enabled|disabled
|
||||
Enable or disable the primary selection clipboard. May only be configured
|
||||
at launch. Default is _enabled_.
|
||||
|
||||
*set* $<name> <value>
|
||||
Sets variable $_name_ to _value_. You can use the new variable in the
|
||||
arguments of future commands. When the variable is used, it can be escaped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue