mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Add framework for switching command sets
This will allow the bar {} block to have a different command set (and
also bar { colors { } }.
This commit is contained in:
parent
4f89735fc4
commit
44d0f731c3
3 changed files with 30 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ struct cmd_results *handle_command(char *command);
|
|||
*
|
||||
* Do not use this under normal conditions.
|
||||
*/
|
||||
struct cmd_results *config_command(char *command);
|
||||
struct cmd_results *config_command(char *command, enum cmd_status block);
|
||||
|
||||
/**
|
||||
* Allocates a cmd_results object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue