X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/d2305e4b136b3bdfccf7de897a9f14583a1ca35a..4d8a646958fa2e0c8fe9d8da3dd26357e8bb4317:/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 */