diff options
| author | bakkeby <[email protected]> | 2020-09-10 09:40:05 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-10 09:40:05 +0200 |
| commit | 2e314578eda86bb7c29244b47038a7151b2805fa (patch) | |
| tree | 4745487f1f6e5397f3bb9ab8f1a6e01be54e42b1 | |
| parent | ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44 (diff) | |
| download | dwm-flexipatch-2e314578eda86bb7c29244b47038a7151b2805fa.tar.gz dwm-flexipatch-2e314578eda86bb7c29244b47038a7151b2805fa.zip | |
Removing NULL value from barrules
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) */ |
