diff --git a/KleinDwm/config.h b/KleinDwm/config.h index 6e4a564..1ade1f0 100644 --- a/KleinDwm/config.h +++ b/KleinDwm/config.h @@ -6,7 +6,7 @@ #define ICONSIZE 20 /* icon size */ #define ICONSPACING 5 /* space between icon and title */ static const unsigned int borderpx = 2; /* border pixel of windows */ -static const unsigned int gappx = 10; /* gaps between windows */ +static const unsigned int gappx = 5; /* 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 systrayonleft = 0; /* 0: systray in the right corner, >0: systray on left of status text */ diff --git a/KleinDwm/dwm b/KleinDwm/dwm index e2e9701..d93f97b 100755 Binary files a/KleinDwm/dwm and b/KleinDwm/dwm differ diff --git a/KleinDwm/dwm.o b/KleinDwm/dwm.o index f4ddf25..459ec1c 100644 Binary files a/KleinDwm/dwm.o and b/KleinDwm/dwm.o differ