Update dwm.c

Allow barborders to be configured manually, thus adds more flexibility in customization.
pull/364/head
Random Guy 12 months ago committed by GitHub
parent d86acaf89f
commit b66cbd9939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1676,7 +1676,7 @@ createmon(void)
bar->showbar = 1;
bar->external = 0;
#if BAR_BORDER_PATCH
bar->borderpx = barborderpx;
bar->borderpx = (barborderpx ? barborderpx : borderpx);
#else
bar->borderpx = 0;
#endif // BAR_BORDER_PATCH

Loading…
Cancel
Save