Mercurial > aewl
diff config.arg.h @ 508:ede48935f2b3
added the new dotile as described on ml
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 16:22:20 +0200 |
parents | 2c29d74b11dc |
children | 9dcc64d8a19e |
line wrap: on
line diff
--- a/config.arg.h Fri Sep 29 14:39:03 2006 +0200 +++ b/config.arg.h Fri Sep 29 16:22:20 2006 +0200 @@ -36,6 +36,8 @@ { MODKEY, XK_j, focusnext, { 0 } }, \ { MODKEY, XK_k, focusprev, { 0 } }, \ { MODKEY, XK_Return, zoom, { 0 } }, \ + { MODKEY, XK_b, togglestackpos, { 0 } }, \ + { MODKEY, XK_d, togglestackdir, { 0 } }, \ { MODKEY, XK_g, resizecol, { .i = 20 } }, \ { MODKEY, XK_s, resizecol, { .i = -20 } }, \ { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \