Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-05 | commands: note how xwayland/primary_selection are reset on reload | Simon Ser | |
2024-02-05 | commands/primary_selection: drop duplicate bool parsing | Simon Ser | |
2022-12-05 | Add `primary_selection` config option | Aidan Dang | |
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> |