mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
parent
398f0b699a
commit
9ce79e2ef0
5 changed files with 65 additions and 6 deletions
5
config.h
5
config.h
|
|
@ -47,6 +47,11 @@ struct config_mouse_binding {
|
|||
struct config_key_modifiers modifiers;
|
||||
int button;
|
||||
int count;
|
||||
struct {
|
||||
char *cmd;
|
||||
char **argv;
|
||||
bool master_copy;
|
||||
} pipe;
|
||||
};
|
||||
|
||||
struct config {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue