X-Git-Url: https://git.danieliu.xyz/?p=dwm.git;a=blobdiff_plain;f=config.def.h;h=49dc7bd087d4830695c861cd50f69bb1afb603ac;hp=a906e57c9fc323fedc8a8b4915121809af266c63;hb=HEAD;hpb=205471172f283630dde291f1cf52e9c85d0fc3a9 diff --git a/config.def.h b/config.def.h index a906e57..49dc7bd 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ /* appearance */ static unsigned int borderpx = 1; /* border pixel of windows */ -static const unsigned int gappx = 5; /* gaps between windows */ +static unsigned int gappx = 5; /* gaps between windows */ static unsigned int snap = 32; /* snap pixel */ static const int swallowfloating = 1; /* 1 means swallow floating windows by default */ static int showbar = 1; /* 0 means no bar */ @@ -83,6 +83,7 @@ ResourcePref resources[] = { { "nmaster", INTEGER, &nmaster }, { "resizehints", INTEGER, &resizehints }, { "mfact", FLOAT, &mfact }, + { "gappx", INTEGER, &gappx }, }; static Key keys[] = {