From 1be6a56abb8c58d09cc519b2b285bcd91e1e80be Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 20 Nov 2020 20:01:45 +0100 Subject: [PATCH] Revert "Minor tweaks" This reverts commit 99e6dfb1b74431f3a043f71ad1d5d638f30bd47c. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index c66977d..eda666e 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 = 0; /* snap pixel (32)*/ static const unsigned int gappx = 20; static const int showbar = 1; /* 0 means no bar */