X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=6a36c22a55c7f875c7b1ed3f0db6890438ef97d8;hb=010fd21b2037923e9ba1f0d67a67bbf8d8da2c89;hp=03f9c9ac720d826f543d3873370f333387ab5987;hpb=6646468125eb4822d8f96b2b587c66c9b1d12eec;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 03f9c9a..6a36c22 100644 --- a/config.arg.h +++ b/config.arg.h @@ -8,9 +8,8 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" -#define STACKPOS StackRight /* StackLeft */ +#define STACKPOS StackRight /* StackLeft, StackBottom */ #define TILESYMBOL "[]=" -#define VERTICALSTACK True /* False == horizontal stack */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" #define NORMBGCOLOR "#333333" @@ -37,7 +36,6 @@ static Key key[] = { \ { 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 } }, \