diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h index 0b09f36..ffafd55 100644 --- a/suckless/dwm/config.h +++ b/suckless/dwm/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 3; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int gappx = 10; /* gaps between windows */ static const unsigned int baralpha = 0xA0; static const unsigned int borderalpha = OPAQUE;