mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
seat fallback config
This commit is contained in:
parent
e27eff8a29
commit
88bcd43ebf
9 changed files with 105 additions and 31 deletions
|
|
@ -165,6 +165,7 @@ static struct cmd_handler input_handlers[] = {
|
|||
// must be in order for the bsearch
|
||||
static struct cmd_handler seat_handlers[] = {
|
||||
{ "attach", seat_cmd_attach },
|
||||
{ "fallback", seat_cmd_fallback },
|
||||
};
|
||||
|
||||
static struct cmd_handler *find_handler(char *line, enum cmd_status block) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue