bar: large gap between tags and layout icon #137
bakkeby
started this conversation in
Known Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This gap is caused by reducing the number of icons in the
tagicon
array in config.h:but forgetting to reduce the
NUMTAGS
macro in dwm.c:dwm-flexipatch/dwm.c
Line 74 in fd958dc
This applies to the tagicons patch (which is integrated into dwm-flexipatch).
People tend to get caught out by this because in a traditional dwm one can change the number of tags simply by changing the number of icons in the
tags
array.This is ref. #128 plus further details in #123.
Beta Was this translation helpful? Give feedback.
All reactions