birdwm

birdwm - mrgrouse's daily driver fork of suckless' dwm. Contains many patches and is currently loosely maintained.
Log | Files | Refs | README | LICENSE

commit f6de52066b83cfef62cf6adc4442a919ac404969
parent 9f72e23d7d74fc1c7372d5fc0834af2eec2d6b86
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri,  4 Jul 2025 00:58:13 -0400

config.def.h: change default value of borderpx to 0

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -3,7 +3,7 @@ /* appearance */ #define ICONSIZE 16 /* title bar icon size (winicon, not systray) */ #define ICONSPACING 5 /* space between icon and title (winicon, not systray) */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 0; /* border pixel of windows */ static const unsigned int gappx = 6; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */