aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-04 08:14:28 +1100
committerallusive-dev <[email protected]>2023-11-04 08:14:28 +1100
commitd270894f08bc79177cbb4a20ab681881203510b2 (patch)
tree2be7ce54762db17713d637829ffc3bd1a1b4b3fa /src/config.h
parentupdate 1.2.7 (diff)
downloadcompfy-1.2.9.tar.xz
compfy-1.2.9.zip
Fixes for #18 and #231.2.9
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 6a8e42b..1436495 100644
--- a/src/config.h
+++ b/src/config.h
@@ -57,6 +57,7 @@ enum open_window_animation {
enum wm_support {
WM_SUPPORT_NONE = 0,
WM_SUPPORT_AWESOME,
+ WM_SUPPORT_HERB,
WM_SUPPORT_DWM,
WM_SUPPORT_INVALID,
};