diff --git a/dwm/config.def.h b/dwm/config.def.h index 8d7f756b08af60da192594d82997024d3c287cf4..9e4711fc64c8e4da42a6952ad6631d3765985576 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -2,7 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 8; /* gaps between windows */ +static const unsigned int gappx = 15; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */