X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=f2867695b21966df3855a82aed4d74e0c8b43488;hb=671442e89d6e8e8c42912df08a82466f126a7b3b;hp=72a74bf16a053572cc7a96da126ec0c3fc6ba8c4;hpb=587100873a66e34251041678504a8c1e28410591;p=dwm.git diff --git a/config.arg.h b/config.arg.h index 72a74bf..f286769 100644 --- a/config.arg.h +++ b/config.arg.h @@ -34,7 +34,7 @@ static Layout layout[] = { \ }; #define MASTERWIDTH 600 /* master width per thousand */ #define NMASTER 1 /* clients in master area */ -#define SNAP 40 /* untiled snap pixel */ +#define SNAP 32 /* snap pixel */ /* key definitions */ #define MODKEY Mod1Mask @@ -50,8 +50,8 @@ static Key key[] = { \ { MODKEY, XK_space, setlayout, NULL }, \ { MODKEY, XK_d, incnmaster, "-1" }, \ { MODKEY, XK_i, incnmaster, "1" }, \ - { MODKEY, XK_h, incmasterw, "-15" }, \ - { MODKEY, XK_l, incmasterw, "15" }, \ + { MODKEY, XK_h, incmasterw, "-32" }, \ + { MODKEY, XK_l, incmasterw, "32" }, \ { MODKEY, XK_j, focusclient, "1" }, \ { MODKEY, XK_k, focusclient, "-1" }, \ { MODKEY, XK_m, togglemax, NULL }, \