birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fb3032a988d9f04e64fb9e5881e1c9efc74c0666
parent 9679d03436506391d14e87feecb05211ee54b282
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sat,  4 May 2024 02:37:20 -0400

config.def.h: disable window borders

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

diff --git a/config.def.h b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ #include <X11/XF86keysym.h> /* appearance */ -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 = 7; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */