aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-17 16:26:06 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-03-17 16:26:06 +0000
commitfe6b0c0fc17d70e1c0f002e397bd2d3ac152ede0 (patch)
treebc4ee93735e52004e2922a058aee4c310ac32572 /config.def.h
parentaa2395b6a81475b44dd74618fb7f0b40305e10bb (diff)
geoms are now drawed in the status bar
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 8130909..76e7ed3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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" },