summaryrefslogtreecommitdiffhomepage
path: root/config.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-08-01 10:19:03 +0200
committerbakkeby <[email protected]>2022-08-01 10:37:19 +0200
commit2e496ed931b93c46ea89ee4f14f4c0ae2e68533f (patch)
treebaff717e7d6ff6cafeface02c4a0ed24aab4f225 /config.def.h
parentd9f79bea73894e1fe1b2a0342dafcfc818d4c0ee (diff)
downloaddwm-flexipatch-2e496ed931b93c46ea89ee4f14f4c0ae2e68533f.tar.gz
dwm-flexipatch-2e496ed931b93c46ea89ee4f14f4c0ae2e68533f.zip
dwmc: adding string support ref. #284
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index c193308..7a71119 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1368,6 +1368,9 @@ static Signal signals[] = {
#if STACKER_PATCH
{ "pushstack", pushstack },
#endif // STACKER_PATCH
+ #if FLOATPOS_PATCH
+ { "floatpos", floatpos },
+ #endif // FLOATPOS_PATCH
#if FOCUSURGENT_PATCH
{ "focusurgent", focusurgent },
#endif // FOCUSURGENT_PATCH