diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
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 |
