mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
binding config
This commit is contained in:
parent
e1c5adc918
commit
ba69f06695
5 changed files with 180 additions and 2 deletions
|
|
@ -46,7 +46,8 @@ struct sway_mouse_binding {
|
|||
*/
|
||||
struct sway_mode {
|
||||
char *name;
|
||||
list_t *bindings;
|
||||
list_t *keysym_bindings;
|
||||
list_t *keycode_bindings;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue