summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2021-06-09 20:10:18 +0100
committerrafa_99 <rafa99@protonmail.com>2021-06-09 20:10:18 +0100
commitdecbc5cf53c688eedfffe70cd498f82956da8257 (patch)
tree363f19906c5c0bd303730d14c7fcee2b02b9d7bb
parentd87049c698e09afd33dcb89bcfaa7bab62016d6d (diff)
Increased Border Pixel Size
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index f9d50ff..779385c 100644
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
#include "colors.h"
/* appearance */
-static const unsigned int borderpx = 1; /* border pixel of windows */
+static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
static const int swallowfloating = 0; /* 1 means swallow floating windows by default */
static const int showbar = 1; /* 0 means no bar */