X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/d2305e4b136b3bdfccf7de897a9f14583a1ca35a..0ba3bae98196ec8a0887f494cb8a2dd5b645f763:/config.h diff --git a/config.h b/config.h index 5af4304..3e6c616 100644 --- a/config.h +++ b/config.h @@ -6,9 +6,4 @@ static const char *normbgcolor = "#cccccc"; static const char *normfgcolor = "#000000"; static const char *selbgcolor = "#0066ff"; static const char *selfgcolor = "#ffffff"; - -static uint spaceitem = 30; /* px between menu items */ - -#ifdef XINERAMA -static uint xidx = 0; /* Xinerama screen index to use */ -#endif +static unsigned int spaceitem = 30; /* px between menu items */