summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/commands.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/commands.h b/include/commands.h
index 62f8166e..808e64eb 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -6,9 +6,6 @@
6struct cmd_handler { 6struct cmd_handler {
7 char *command; 7 char *command;
8 bool (*handle)(struct sway_config *config, int argc, char **argv); 8 bool (*handle)(struct sway_config *config, int argc, char **argv);
9 // if <0 command is deffered until compositor is ready.
10 // if =0 command can be called anytime.
11 // if >0 command can only be called via keybind, ignored in config
12 enum { 9 enum {
13 CMD_COMPOSITOR_READY, 10 CMD_COMPOSITOR_READY,
14 CMD_KEYBIND, 11 CMD_KEYBIND,