X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=1c38086716a87e3aa3433631e4e7d605296a42c8;hb=bab5b1178dd0a6bfe08e3d658a47b3b5671a93d4;hp=baea74cf36b7921a01c7c972560e6a1406efe1d9;hpb=0ea0343a631b62f2a9d9c5b279d3e368ec47c28a;p=dwm.git diff --git a/config.arg.h b/config.arg.h index baea74c..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 \ @@ -43,14 +43,14 @@ static Key key[] = { \ /* modifier key function argument */ \ { MODKEY, XK_p, spawn, \ "exe=`dmenu_path | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"'" \ - " '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \ + " -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'` && exec $exe" }, \ { 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 }, \