From 28e937020abe440e3ad803330c91fc52a05d87fe Mon Sep 17 00:00:00 2001 From: Luminarys Date: Sat, 29 Aug 2015 21:14:13 -0500 Subject: Made scratchpad handling identical to i3 --- include/commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/commands.h b/include/commands.h index c2046e13..714d2db0 100644 --- a/include/commands.h +++ b/include/commands.h @@ -10,4 +10,6 @@ struct cmd_handler { bool handle_command(struct sway_config *config, char *command); +void remove_view_from_scratchpad(); + #endif -- cgit v1.2.3