From 2e314578eda86bb7c29244b47038a7151b2805fa Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 10 Sep 2020 09:40:05 +0200 Subject: [PATCH] Removing NULL value from barrules --- config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.def.h b/config.def.h index d7999f2..9e8f3b2 100644 --- a/config.def.h +++ b/config.def.h @@ -482,7 +482,6 @@ static const BarRule barrules[] = { { -1, 1, BAR_ALIGN_LEFT, width_wintitle_floating, draw_wintitle_floating, click_wintitle_floating, "wintitle_floating" }, #endif // BAR_WINTITLE_FLOATING_PATCH #endif // BAR_FLEXWINTITLE_PATCH - { NULL } }; /* layout(s) */