diff options
author | Acid Bong <acid-bong@cock.lt> | 2022-10-19 22:44:40 +0300 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2022-10-19 22:44:40 +0300 |
commit | 46b002c48e73fdf5c52412f398864e882e07283c (patch) | |
tree | b05ed98035745c2aef5064e78737a9f749351eaf /config.def.h | |
parent | a8ee855f2efca6123fbf15180d4c4dc1fc662e2e (diff) | |
download | dwm-46b002c48e73fdf5c52412f398864e882e07283c.tar.gz |
minor aesthetics
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index eddbc03..89df6de 100644 --- a/config.def.h +++ b/config.def.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 int gappx = 10; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ |