From 0da02b29d9f7a90c6bfd6fadf299d12ea0142b92 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 14 Jul 2021 18:25:44 -0400 Subject: Gaps! --- dwm-6.2/config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dwm-6.2/config.def.h') diff --git a/dwm-6.2/config.def.h b/dwm-6.2/config.def.h index 2d824d1..47f0981 100644 --- a/dwm-6.2/config.def.h +++ b/dwm-6.2/config.def.h @@ -2,6 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int gappx = 6; /* 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 */ static const unsigned int systrayspacing = 2; /* systray spacing */ -- cgit v1.2.3