mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
cmd_mode: allow cmd_set to be a subcommand
This allows set to be used in mode blocks
This commit is contained in:
parent
cdcc2a5bb5
commit
8cd7f0171a
2 changed files with 5 additions and 4 deletions
|
|
@ -13,7 +13,8 @@
|
|||
static struct cmd_handler mode_handlers[] = {
|
||||
{ "bindcode", cmd_bindcode },
|
||||
{ "bindswitch", cmd_bindswitch },
|
||||
{ "bindsym", cmd_bindsym }
|
||||
{ "bindsym", cmd_bindsym },
|
||||
{ "set", cmd_set },
|
||||
};
|
||||
|
||||
struct cmd_results *cmd_mode(int argc, char **argv) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue