dwm

[fork] dynamic window manager
Log | Files | Refs | README | LICENSE

commit 17e05db138d4720df547ba5908bb37f9e721992c
parent 8dc87199b5b6f250fd2b19713c2174f905ace8e4
Author: hhvn <hayden@haydenvh.com>
Date:   Sun, 10 Jan 2021 00:47:49 +0000

config.h: decrease border size to 1px

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

diff --git a/config.h b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 2; /* border pixel of windows */ +static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int gappx = 10; static const unsigned int snap = 1; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */