X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/40bd21ce631073e7badd3d9617c273f44711c059..e6cc22396affaaacb8e256e5339ba6b0f9806cff:/config.arg.h diff --git a/config.arg.h b/config.arg.h index 683311e..0ed8c74 100644 --- a/config.arg.h +++ b/config.arg.h @@ -34,7 +34,8 @@ static Key key[] = { \ { MODKEY, XK_k, focusprev, { 0 } }, \ { MODKEY, XK_Return, zoom, { 0 } }, \ { MODKEY, XK_m, togglemax, { 0 } }, \ - { MODKEY, XK_g, resizetile, { .i = 20 } }, \ + { MODKEY, XK_g, resizecol, { .i = 20 } }, \ + { MODKEY, XK_s, resizecol, { .i = -20 } }, \ { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ { MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \ { MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \