mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
destroys empty workspace + minor bugfixes
This commit is contained in:
parent
4aeaaa8abc
commit
beabb12d63
9 changed files with 36 additions and 15 deletions
|
|
@ -360,7 +360,7 @@ struct cmd_handler *find_handler(struct cmd_handler handlers[], int l, char *lin
|
|||
return res;
|
||||
}
|
||||
|
||||
int handle_command(struct sway_config *config, char *exec) {
|
||||
bool handle_command(struct sway_config *config, char *exec) {
|
||||
sway_log(L_INFO, "Handling command '%s'", exec);
|
||||
char *ptr, *cmd;
|
||||
bool exec_success;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue