destroys empty workspace + minor bugfixes

This commit is contained in:
Taiyu 2015-08-10 17:32:50 -07:00
parent 4aeaaa8abc
commit beabb12d63
9 changed files with 36 additions and 15 deletions

View file

@ -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;