author | Anselm R. Garbe <arg@suckless.org> |
Thu, 22 Feb 2007 11:45:03 +0100 | |
changeset 824 | f0ee918c0551 |
parent 823 | fb5cbf0bd923 |
child 825 | bef1854ce739 |
config.default.h | file | annotate | diff | comparison | revisions | |
dwm.1 | file | annotate | diff | comparison | revisions |
--- a/config.default.h Thu Feb 22 11:42:08 2007 +0100 +++ b/config.default.h Thu Feb 22 11:45:03 2007 +0100 @@ -46,10 +46,10 @@ { 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_j, focusnext, NULL }, \ - { MODKEY, XK_k, focusprev, NULL }, \ + { MODKEY, XK_g, incmasterw, "15" }, \ + { MODKEY, XK_s, incmasterw, "-15" }, \ + { MODKEY, XK_Tab, focusnext, NULL }, \ + { MODKEY|ShiftMask, XK_Tab, focusprev, NULL }, \ { MODKEY, XK_m, togglemax, NULL }, \ { MODKEY, XK_Return, zoom, NULL }, \ { MODKEY|ShiftMask, XK_space, toggleversatile,NULL }, \
--- a/dwm.1 Thu Feb 22 11:42:08 2007 +0100 +++ b/dwm.1 Thu Feb 22 11:45:03 2007 +0100 @@ -59,16 +59,16 @@ .B Mod1-Return Zooms/cycles current window to/from master area (tiling layout only). .TP -.B Mod1-j +.B Mod1-Tab Focus next window. .TP -.B Mod1-k +.B Mod1-Shift-Tab Focus previous window. .TP -.B Mod1-l +.B Mod1-g Increase master area width (tiling layout only). .TP -.B Mod1-h +.B Mod1-s Decrease master area width (tiling layout only). .TP .B Mod1-i