commit 2e6cddb03cba11f8d7af7662f3f16e1830bb7ad7
parent 51145fa56e935881de66e6e9ee20989b74612bbf
Author: hhvn <dev@hhvn.uk>
Date: Sun, 9 Jan 2022 14:28:44 +0000
config.h: change border size
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h
@@ -1,8 +1,8 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const unsigned int borderpx = 1; /* border pixel of windows */
-static const unsigned int gappx = 10;
+static const unsigned int borderpx = 2; /* border pixel of windows */
+static const unsigned int gappx = 8;
static const unsigned int snap = 1; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */