Made scratchpad handling identical to i3

This commit is contained in:
Luminarys 2015-08-29 21:14:13 -05:00
parent 79da7f112a
commit 28e937020a
3 changed files with 91 additions and 19 deletions

View file

@ -10,4 +10,6 @@ struct cmd_handler {
bool handle_command(struct sway_config *config, char *command);
void remove_view_from_scratchpad();
#endif