Skip to content

Commit b9a74c0

Browse files
Merge pull request #11 from ProMaster-4/pr
remove the 1 pixel gap
2 parents ded2226 + f06d94f commit b9a74c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* See LICENSE file for copyright and license details. */
22

33
/* appearance */
4-
static const unsigned int borderpx = 1; /* border pixel of windows */
4+
static const unsigned int borderpx = 0; /* border pixel of windows */
55
static const unsigned int snap = 26; /* snap pixel */
66
static const int swallowfloating = 1; /* 1 means swallow floating windows by default */
77
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */

0 commit comments

Comments
 (0)