summaryrefslogtreecommitdiffstats
path: root/include/commands.h
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-29 21:14:13 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-29 21:14:13 -0500
commit28e937020abe440e3ad803330c91fc52a05d87fe (patch)
tree708d4a368dae858e73100f58567edabcd839e028 /include/commands.h
parent#151 fix (diff)
downloadsway-28e937020abe440e3ad803330c91fc52a05d87fe.tar.gz
sway-28e937020abe440e3ad803330c91fc52a05d87fe.tar.zst
sway-28e937020abe440e3ad803330c91fc52a05d87fe.zip
Made scratchpad handling identical to i3
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h2
1 files changed, 2 insertions, 0 deletions
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 {
10 10
11bool handle_command(struct sway_config *config, char *command); 11bool handle_command(struct sway_config *config, char *command);
12 12
13void remove_view_from_scratchpad();
14
13#endif 15#endif