aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-24 14:46:42 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-24 14:46:42 +0200
commite3d106e299c5dc16a911acf230e1394f8a57b0f5 (patch)
treee2c921434e30002b97332abe986b69bbe3716bd7
parentfix (diff)
downloaddwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.tar.gz
dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.tar.bz2
dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.tar.xz
dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.tar.zst
dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.zip
bigger sides
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4140ca9..72750f7 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 */