change borderpx

This commit is contained in:
2026-02-24 12:07:41 -08:00
parent c66359be5f
commit 84403a2623

View File

@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
static const unsigned int borderpx = 5; /* border pixel of windows */
static const unsigned int borderpx = 8; /* border pixel of windows */
// add gappx
static const unsigned int gappx = 8;
static const unsigned int snap = 32; /* snap pixel */