aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-09 14:43:44 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-09 14:43:44 +0200
commit3a14799166dc88658d8be04bd7570ce6e731a585 (patch)
tree209efc7a1e2b9ea5e9f13cd70c22b06c420f57e5
parentMerge branch 'master' of jozanofastora.xyz:dwm (diff)
downloaddwm-3a14799166dc88658d8be04bd7570ce6e731a585.tar.gz
dwm-3a14799166dc88658d8be04bd7570ce6e731a585.tar.bz2
dwm-3a14799166dc88658d8be04bd7570ce6e731a585.tar.xz
dwm-3a14799166dc88658d8be04bd7570ce6e731a585.tar.zst
dwm-3a14799166dc88658d8be04bd7570ce6e731a585.zip
2px border
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index b931069..80456ce 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
/* 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 = 0; /* 0 means no bar */