Remove border px

This commit is contained in:
Przemek Grondek 2022-09-03 15:36:29 +02:00
parent ed022553b9
commit bba5360831

View File

@ -17,7 +17,7 @@
#define XF86AudioPause 0x1008ff31
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int borderpx = 0; /* border pixel of windows */
static const unsigned int gappx = 5; /* gaps between windows */
static const unsigned int snap = 32; /* snap pixel */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */