diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-09 14:43:44 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-09 14:43:44 +0200 |
commit | 3a14799166dc88658d8be04bd7570ce6e731a585 (patch) | |
tree | 209efc7a1e2b9ea5e9f13cd70c22b06c420f57e5 | |
parent | Merge branch 'master' of jozanofastora.xyz:dwm (diff) | |
download | dwm-3a14799166dc88658d8be04bd7570ce6e731a585.tar.gz dwm-3a14799166dc88658d8be04bd7570ce6e731a585.tar.bz2 dwm-3a14799166dc88658d8be04bd7570ce6e731a585.tar.xz dwm-3a14799166dc88658d8be04bd7570ce6e731a585.tar.zst dwm-3a14799166dc88658d8be04bd7570ce6e731a585.zip |
2px border
-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 */ |