Remove border px
This commit is contained in:
parent
ed022553b9
commit
bba5360831
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -17,7 +17,7 @@
|
||||||
#define XF86AudioPause 0x1008ff31
|
#define XF86AudioPause 0x1008ff31
|
||||||
|
|
||||||
/* appearance */
|
/* 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 gappx = 5; /* gaps between windows */
|
||||||
static const unsigned int snap = 32; /* snap pixel */
|
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 */
|
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */
|
||||||
|
|
Loading…
Reference in a new issue