diff options
author | Joe <rbo@gmx.us> | 2025-04-22 15:19:33 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-04-22 15:19:33 +0200 |
commit | fc4b2c450e8aee52fcb76dd67a3f8423bf46daec (patch) | |
tree | 0bb14275741890a41d3c80840001768a277c7928 /config.def.h | |
parent | thx gpt (diff) | |
download | dwm-fc4b2c450e8aee52fcb76dd67a3f8423bf46daec.tar.gz dwm-fc4b2c450e8aee52fcb76dd67a3f8423bf46daec.tar.bz2 dwm-fc4b2c450e8aee52fcb76dd67a3f8423bf46daec.tar.xz dwm-fc4b2c450e8aee52fcb76dd67a3f8423bf46daec.tar.zst dwm-fc4b2c450e8aee52fcb76dd67a3f8423bf46daec.zip |
nogapx
Diffstat (limited to '')
-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 c4fa0ed..ce9e3f5 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ -static const unsigned int gappx = 6; /* gaps between windows */ +static const unsigned int gappx = 0; /* gaps between windows */ static const unsigned int snap = 24; /* snap pixel */ static const int swallowfloating = 1; /* 1 means swallow floating windows by default */ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */ |