mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Add calling actions on gesture
This commit is contained in:
parent
dda3ac15ae
commit
40811a0e4d
10 changed files with 106 additions and 15 deletions
|
|
@ -284,7 +284,7 @@ sway_cmd touch_cmd_gesture;
|
|||
sway_cmd touch_cmd_binding;
|
||||
|
||||
sway_cmd touch_gesture_cmd_touch;
|
||||
|
||||
sway_cmd touch_gesture_cmd_threshold;
|
||||
|
||||
sway_cmd cmd_ipc_cmd;
|
||||
sway_cmd cmd_ipc_events;
|
||||
|
|
|
|||
|
|
@ -528,7 +528,7 @@ struct sway_config {
|
|||
struct sway_workspace *workspace;
|
||||
|
||||
struct gesture_config *current_gesture;
|
||||
|
||||
struct libtouch_action *current_gesture_action;
|
||||
|
||||
bool using_criteria;
|
||||
struct {
|
||||
|
|
@ -656,6 +656,8 @@ void free_workspace_config(struct workspace_config *wsc);
|
|||
|
||||
int gesture_identifier_cmp(const void *item, const void *data);
|
||||
|
||||
int gesture_libtouch_cmp(const void *item, const void *data);
|
||||
|
||||
struct gesture_config *get_gesture_config(const char *identifier);
|
||||
|
||||
struct gesture_config *new_gesture_config(const char *identifier);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue