From c32a507303e38c7bf0b8054108bec45ff67e92c2 Mon Sep 17 00:00:00 2001 From: Aidan Dang Date: Wed, 16 Mar 2022 22:22:41 +0000 Subject: 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 --- include/sway/commands.h | 1 + include/sway/config.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/sway/commands.h b/include/sway/commands.h index 7fad26a1..ddd2f219 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -165,6 +165,7 @@ sway_cmd cmd_no_focus; sway_cmd cmd_output; sway_cmd cmd_permit; sway_cmd cmd_popup_during_fullscreen; +sway_cmd cmd_primary_selection; sway_cmd cmd_reject; sway_cmd cmd_reload; sway_cmd cmd_rename; diff --git a/include/sway/config.h b/include/sway/config.h index 190ab13b..ce2b8502 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -530,6 +530,7 @@ struct sway_config { bool auto_back_and_forth; bool show_marks; enum alignment title_align; + bool primary_selection; bool tiling_drag; int tiling_drag_threshold; @@ -719,7 +720,7 @@ void free_workspace_config(struct workspace_config *wsc); /** * Updates the value of config->font_height based on the metrics for title's * font as reported by pango. - * + * * If the height has changed, all containers will be rearranged to take on the * new size. */ -- cgit v1.2.3-70-g09d2