X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=1c38086716a87e3aa3433631e4e7d605296a42c8;hb=7d071ce2bd12916cf0784cc2d666b2e66931c174;hp=457b7c2de9e2137fe5acc6da3032413827885498;hpb=e70139428aec871756dec03d6901478dc7c0cd39;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 457b7c2..1c38086 100644 --- a/config.arg.h +++ b/config.arg.h @@ -13,7 +13,7 @@ #define SELFGCOLOR "#fff" #define TOPBAR True /* False */ -/* behavior */ +/* tagging */ #define TAGS \ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; #define RULES \ @@ -47,10 +47,10 @@ static Key key[] = { \ { MODKEY|ShiftMask, XK_Return, spawn, \ "exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \ { MODKEY, XK_space, setlayout, NULL }, \ - { MODKEY, XK_d, incnmaster, "-1" }, \ - { MODKEY, XK_i, incnmaster, "1" }, \ { MODKEY, XK_h, incmasterw, "-32" }, \ { MODKEY, XK_l, incmasterw, "32" }, \ + { MODKEY|ShiftMask, XK_j, incnmaster, "1" }, \ + { MODKEY|ShiftMask, XK_k, incnmaster, "-1" }, \ { MODKEY, XK_j, focusclient, "1" }, \ { MODKEY, XK_k, focusclient, "-1" }, \ { MODKEY, XK_m, togglemax, NULL }, \