X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=3215c77ea99aa118cdf7bda561e132e23bd56bfb;hb=4ec04209e0b63c76bc607ed963707ef0640c9ed4;hp=1cac4757df5a6d0d29a12707d77a87a5af974eca;hpb=b76561a21258f69f7be946dc6a722843a4a42fab;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 1cac475..3215c77 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,13 +9,13 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define FLOATSYMBOL "><>" #define TILESYMBOL "[]=" -#define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*" +#define FONT "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" #define NORMBGCOLOR "#333333" #define NORMFGCOLOR "#dddddd" -#define SELBGCOLOR "#333366" +#define SELBGCOLOR "#336699" #define SELFGCOLOR "#eeeeee" #define STATUSBGCOLOR "#222222" -#define STATUSFGCOLOR "#9999cc" +#define STATUSFGCOLOR "#99ccff" #define MASTER 600 /* per thousand */ #define MODKEY Mod1Mask @@ -33,8 +33,8 @@ static Key key[] = { \ { MODKEY, XK_j, focusnext, { 0 } }, \ { MODKEY, XK_k, focusprev, { 0 } }, \ { MODKEY, XK_Return, zoom, { 0 } }, \ - { MODKEY, XK_g, resizecol, { .i = 15 } }, \ - { MODKEY, XK_s, resizecol, { .i = -15 } }, \ + { MODKEY, XK_g, resizemaster, { .i = 15 } }, \ + { MODKEY, XK_s, resizemaster, { .i = -15 } }, \ { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ { MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \ { MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \