mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-25 01:40:19 -05:00
config: add new option ‘selection-target’
This option controls the clipboard target that selected text should be copied to.
This commit is contained in:
parent
79e3a46943
commit
a0afae747b
3 changed files with 23 additions and 0 deletions
5
config.h
5
config.h
|
|
@ -166,6 +166,11 @@ struct config {
|
|||
char *server_socket_path;
|
||||
bool presentation_timings;
|
||||
bool hold_at_exit;
|
||||
enum {
|
||||
SELECTION_TARGET_PRIMARY,
|
||||
SELECTION_TARGET_CLIPBOARD,
|
||||
SELECTION_TARGET_BOTH
|
||||
} selection_target;
|
||||
|
||||
struct {
|
||||
char *raw_cmd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue