diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 14:46:42 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-24 14:46:42 +0200 |
commit | e3d106e299c5dc16a911acf230e1394f8a57b0f5 (patch) | |
tree | e2c921434e30002b97332abe986b69bbe3716bd7 /config.h | |
parent | fix (diff) | |
download | dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.tar.gz dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.tar.bz2 dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.tar.xz dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.tar.zst dwm-e3d106e299c5dc16a911acf230e1394f8a57b0f5.zip |
bigger sides
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |