X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=a7d0a81037432be8e9075bb6273d4901fc86d66c;hb=0384faeee5308d992e60084dd6565c78e6e11af4;hp=03f9c9ac720d826f543d3873370f333387ab5987;hpb=6646468125eb4822d8f96b2b587c66c9b1d12eec;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 03f9c9a..a7d0a81 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,8 +9,8 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" #define STACKPOS StackRight /* StackLeft */ -#define TILESYMBOL "[]=" -#define VERTICALSTACK True /* False == horizontal stack */ +#define BSTACKSYMBOL "===" +#define VSTACKSYMBOL "[]=" #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" #define NORMBGCOLOR "#333333" @@ -20,7 +20,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define STATUSBGCOLOR "#222222" #define STATUSFGCOLOR "#9999cc" -#define MASTER 60 /* percent */ +#define MASTER 600 /* per mill */ #define MODKEY Mod1Mask #define KEYS \ @@ -37,9 +37,8 @@ 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, XK_g, resizecol, { .i = 10 } }, \ + { MODKEY, XK_s, resizecol, { .i = -10 } }, \ { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ { MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \ { MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \ @@ -65,7 +64,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "net", True}, \ + { "Firefox.*", "net", False}, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \