summaryrefslogtreecommitdiffstats
path: root/include/commands.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 17:02:09 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 17:05:04 -0500
commit4f89735fc4d33cb19d97fba253708da8dfe14210 (patch)
tree799754ced938aec650f0a1bc488be58d0c890918 /include/commands.h
parentMerge pull request #278 from christophgysin/merge (diff)
downloadsway-4f89735fc4d33cb19d97fba253708da8dfe14210.tar.gz
sway-4f89735fc4d33cb19d97fba253708da8dfe14210.tar.zst
sway-4f89735fc4d33cb19d97fba253708da8dfe14210.zip
Add bar config struct and defaults
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 9135c670..f291e7cb 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -16,6 +16,8 @@ enum cmd_status {
16 // Config Blocks 16 // Config Blocks
17 CMD_BLOCK_END, 17 CMD_BLOCK_END,
18 CMD_BLOCK_MODE, 18 CMD_BLOCK_MODE,
19 CMD_BLOCK_BAR,
20 CMD_BLOCK_BAR_COLORS
19}; 21};
20 22
21/** 23/**