mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -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
1253f5e27e
commit
e69ca255b0
3 changed files with 23 additions and 0 deletions
5
config.h
5
config.h
|
|
@ -181,6 +181,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