X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/349cadacf6c978f42ca582c57413895c1be52d66..4d67199a4bb68e5377d2fece62a83fde66c92861:/config.default.h?ds=sidebyside diff --git a/config.default.h b/config.default.h index 53b91eb..6a6fb4d 100644 --- a/config.default.h +++ b/config.default.h @@ -24,10 +24,8 @@ static Key key[] = { \ { MODKEY, XK_2, view, { .i = 2 } }, \ { MODKEY, XK_3, view, { .i = 3 } }, \ { MODKEY, XK_4, view, { .i = 4 } }, \ - { MODKEY, XK_h, viewprev, { 0 } }, \ { MODKEY, XK_j, focusnext, { 0 } }, \ { MODKEY, XK_k, focusprev, { 0 } }, \ - { MODKEY, XK_l, viewnext, { 0 } }, \ { MODKEY, XK_m, togglemax, { 0 } }, \ { MODKEY, XK_space, togglemode, { 0 } }, \ { MODKEY, XK_Return, zoom, { 0 } }, \