mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
seat configuration
This commit is contained in:
parent
538903bc5a
commit
c173d30b92
7 changed files with 41 additions and 4 deletions
|
|
@ -123,6 +123,7 @@ static int handler_compare(const void *_a, const void *_b) {
|
|||
return strcasecmp(a->command, b->command);
|
||||
}
|
||||
|
||||
// must be in order for the bsearch
|
||||
static struct cmd_handler input_handlers[] = {
|
||||
{ "accel_profile", input_cmd_accel_profile },
|
||||
{ "click_method", input_cmd_click_method },
|
||||
|
|
@ -134,6 +135,7 @@ static struct cmd_handler input_handlers[] = {
|
|||
{ "natural_scroll", input_cmd_natural_scroll },
|
||||
{ "pointer_accel", input_cmd_pointer_accel },
|
||||
{ "scroll_method", input_cmd_scroll_method },
|
||||
{ "seat", input_cmd_seat },
|
||||
{ "tap", input_cmd_tap },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue