X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=3cb562a77ec05f53cf8ec6e9b8e7cd59fafc56df;hb=7a496e9777f2656987ba86dbba1e87a46a483fac;hp=25bf3e6c5a6300c037a07bcd78c8414e5238eb1f;hpb=5f19423c7bd2aa1ebb3010af15bebffbc3a9cbc3;p=dwm.git diff --git a/config.def.h b/config.def.h index 25bf3e6..3cb562a 100644 --- a/config.def.h +++ b/config.def.h @@ -13,7 +13,7 @@ /* tagging */ const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" }; -Bool seltags[LENGTH(tags)] = {[0] = True}; +Bool initags[LENGTH(tags)] = {[0] = True}; Rule rules[] = { /* class:instance:title regex tags regex isfloating */ { "Firefox", "www", False }, @@ -37,8 +37,7 @@ Layout layouts[] = { Key keys[] = { /* modifier key function argument */ { MODKEY, XK_p, spawn, - "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" - " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, + "exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" }, { MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" }, { MODKEY, XK_space, setlayout, NULL }, { MODKEY, XK_b, togglebar, NULL },