Mercurial > aewl
comparison config.arg.h @ 511:1599c953647b
removed the direction flipping
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 17:02:56 +0200 |
parents | 9dcc64d8a19e |
children | d6d1d0033e3c |
comparison
equal
deleted
inserted
replaced
510:0dfa6b752aed | 511:1599c953647b |
---|---|
8 | 8 |
9 #define DEFMODE dotile /* dofloat */ | 9 #define DEFMODE dotile /* dofloat */ |
10 #define FLOATSYMBOL "><>" | 10 #define FLOATSYMBOL "><>" |
11 #define STACKPOS StackRight /* StackLeft */ | 11 #define STACKPOS StackRight /* StackLeft */ |
12 #define TILESYMBOL "[]=" | 12 #define TILESYMBOL "[]=" |
13 #define VERTICALSTACK True /* False == horizontal stack */ | |
14 | 13 |
15 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" | 14 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" |
16 #define NORMBGCOLOR "#333333" | 15 #define NORMBGCOLOR "#333333" |
17 #define NORMFGCOLOR "#dddddd" | 16 #define NORMFGCOLOR "#dddddd" |
18 #define SELBGCOLOR "#333366" | 17 #define SELBGCOLOR "#333366" |
35 "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \ | 34 "-selbg '"SELBGCOLOR"' -selfg '"SELFGCOLOR"')\" && exec $exe" } }, \ |
36 { MODKEY, XK_j, focusnext, { 0 } }, \ | 35 { MODKEY, XK_j, focusnext, { 0 } }, \ |
37 { MODKEY, XK_k, focusprev, { 0 } }, \ | 36 { MODKEY, XK_k, focusprev, { 0 } }, \ |
38 { MODKEY, XK_Return, zoom, { 0 } }, \ | 37 { MODKEY, XK_Return, zoom, { 0 } }, \ |
39 { MODKEY, XK_b, togglestackpos, { 0 } }, \ | 38 { MODKEY, XK_b, togglestackpos, { 0 } }, \ |
40 { MODKEY, XK_d, togglestackdir, { 0 } }, \ | |
41 { MODKEY, XK_g, resizecol, { .i = 20 } }, \ | 39 { MODKEY, XK_g, resizecol, { .i = 20 } }, \ |
42 { MODKEY, XK_s, resizecol, { .i = -20 } }, \ | 40 { MODKEY, XK_s, resizecol, { .i = -20 } }, \ |
43 { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ | 41 { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ |
44 { MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \ | 42 { MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \ |
45 { MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \ | 43 { MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \ |