From: Armaan Bhojwani Date: Tue, 22 Jun 2021 00:52:24 +0000 (-0400) Subject: Increase border size X-Git-Url: https://git.armaanb.net/?p=dwm.git;a=commitdiff_plain;h=146611ef19f2bfe1dd129ee320f915ee132e00d3 Increase border size --- diff --git a/config.h b/config.h index f386a01..fe333fb 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int borderpx = 2; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */