comparison config.default.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 e5f8d6ac509c
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 "fixed" 14 #define FONT "fixed"
16 #define NORMBGCOLOR "#333366" 15 #define NORMBGCOLOR "#333366"
17 #define NORMFGCOLOR "#cccccc" 16 #define NORMFGCOLOR "#cccccc"
18 #define SELBGCOLOR "#666699" 17 #define SELBGCOLOR "#666699"
29 { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \ 28 { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \
30 { MODKEY, XK_Tab, focusnext, { 0 } }, \ 29 { MODKEY, XK_Tab, focusnext, { 0 } }, \
31 { MODKEY|ShiftMask, XK_Tab, focusprev, { 0 } }, \ 30 { MODKEY|ShiftMask, XK_Tab, focusprev, { 0 } }, \
32 { MODKEY, XK_Return, zoom, { 0 } }, \ 31 { MODKEY, XK_Return, zoom, { 0 } }, \
33 { MODKEY, XK_b, togglestackpos, { 0 } }, \ 32 { MODKEY, XK_b, togglestackpos, { 0 } }, \
34 { MODKEY, XK_d, togglestackdir, { 0 } }, \
35 { MODKEY, XK_g, resizecol, { .i = 20 } }, \ 33 { MODKEY, XK_g, resizecol, { .i = 20 } }, \
36 { MODKEY, XK_s, resizecol, { .i = -20 } }, \ 34 { MODKEY, XK_s, resizecol, { .i = -20 } }, \
37 { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ 35 { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \
38 { MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \ 36 { MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \
39 { MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \ 37 { MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \