geoms are now drawed in the status bar

This commit is contained in:
Anselm R Garbe
2008-03-17 16:26:06 +00:00
parent aa2395b6a8
commit fe6b0c0fc1
2 changed files with 16 additions and 8 deletions

View File

@ -28,8 +28,8 @@ DEFGEOM(dual, 0, 0,1280, 0, bh, ww, wh-bh, wx, wy, 1280,800-bh, 1280, 0, w
Geom geoms[] = {
/* symbol function */
{ "[]", single }, /* first entry is default */
{ "[][]", dual },
{ "<>", single }, /* first entry is default */
{ ")(", dual },
};
/* layout(s) */
@ -48,8 +48,8 @@ Layout layouts[] = {
#define MODKEY Mod1Mask
Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_a, setgeom, "[][]" },
{ MODKEY, XK_d, setgeom, "[]" },
{ MODKEY, XK_a, setgeom, ")(" },
{ MODKEY, XK_d, setgeom, "<>" },
{ MODKEY, XK_p, spawn,
"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
{ MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" },