update border px

This commit is contained in:
adaf 2023-05-22 20:56:46 -03:00
parent d42c3af9d1
commit a3038576c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
static const unsigned int borderpx = 3; /* border pixel of windows */
static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int gappx = 10; /* gaps between windows */
static const unsigned int baralpha = 0xA0;
static const unsigned int borderalpha = OPAQUE;