X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=da624a9be880b76b2b05a0f55555f14b7e645463;hb=67986e81eed4a76cb4c50aed62ddb1fd14c4659d;hp=9bb581e89400fac3fa6d897d29c6cbf51f3995e4;hpb=529be52fea06151df1f0056ae6f7bfedf819d107;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 9bb581e..da624a9 100644 --- a/config.arg.h +++ b/config.arg.h @@ -33,7 +33,6 @@ static Key key[] = { \ { MODKEY, XK_j, focusnext, { 0 } }, \ { MODKEY, XK_k, focusprev, { 0 } }, \ { MODKEY, XK_Return, zoom, { 0 } }, \ - { MODKEY, XK_m, togglemax, { 0 } }, \ { MODKEY, XK_g, resizecol, { .i = 20 } }, \ { MODKEY, XK_s, resizecol, { .i = -20 } }, \ { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ @@ -61,7 +60,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "net", False }, \ + { "Firefox.*", "net", True}, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \