Update config.def.h

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

@ -7,6 +7,9 @@ static const int corner_radius = 10;
#else
static const unsigned int borderpx = 1; /* border pixel of windows */
#endif // ROUNDED_CORNERS_PATCH
#if BAR_BORDER_PATCH
static const unsigned int barborderpx = 1; /* border pixel of bar */
#endif // BAR_BORDER_PATCH
static const unsigned int snap = 32; /* snap pixel */
#if SWALLOW_PATCH
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */

Loading…
Cancel
Save