commit 29f84d9ca45f7dba661cb10bce6c0c5a044c1132
parent 8c39aea383a6d195f1b1dc3725df9609ee78f6bd
Author: Andrew Laack <andrew.laack@imbue.com>
Date: Sun, 23 Nov 2025 16:40:17 -0600
Remove borders
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -6,7 +6,7 @@
// movestack (move windows up and down the stack. This gives better control)
/* appearance */
-static const unsigned int borderpx = 3; /* border pixel of windows */
+static const unsigned int borderpx = 0; /* 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 */