X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/2c66b422e75109562e6ebfb6247300b916e1551a..4cb78a170c6daa488a90dffb60224fcf2b76fbf0:/config.default.h 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 } }, \