restoring default keybindings as Sander complained
This commit is contained in:
parent
2c477cf661
commit
ba96131af0
2 changed files with 8 additions and 8 deletions
|
@ -46,10 +46,10 @@ static Key key[] = { \
|
||||||
{ MODKEY, XK_space, setlayout, NULL }, \
|
{ MODKEY, XK_space, setlayout, NULL }, \
|
||||||
{ MODKEY, XK_d, incnmaster, "-1" }, \
|
{ MODKEY, XK_d, incnmaster, "-1" }, \
|
||||||
{ MODKEY, XK_i, incnmaster, "1" }, \
|
{ MODKEY, XK_i, incnmaster, "1" }, \
|
||||||
{ MODKEY, XK_h, incmasterw, "-15" }, \
|
{ MODKEY, XK_g, incmasterw, "15" }, \
|
||||||
{ MODKEY, XK_l, incmasterw, "15" }, \
|
{ MODKEY, XK_s, incmasterw, "-15" }, \
|
||||||
{ MODKEY, XK_j, focusnext, NULL }, \
|
{ MODKEY, XK_Tab, focusnext, NULL }, \
|
||||||
{ MODKEY, XK_k, focusprev, NULL }, \
|
{ MODKEY|ShiftMask, XK_Tab, focusprev, NULL }, \
|
||||||
{ MODKEY, XK_m, togglemax, NULL }, \
|
{ MODKEY, XK_m, togglemax, NULL }, \
|
||||||
{ MODKEY, XK_Return, zoom, NULL }, \
|
{ MODKEY, XK_Return, zoom, NULL }, \
|
||||||
{ MODKEY|ShiftMask, XK_space, toggleversatile,NULL }, \
|
{ MODKEY|ShiftMask, XK_space, toggleversatile,NULL }, \
|
||||||
|
|
8
dwm.1
8
dwm.1
|
@ -59,16 +59,16 @@ Start
|
||||||
.B Mod1-Return
|
.B Mod1-Return
|
||||||
Zooms/cycles current window to/from master area (tiling layout only).
|
Zooms/cycles current window to/from master area (tiling layout only).
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-j
|
.B Mod1-Tab
|
||||||
Focus next window.
|
Focus next window.
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-k
|
.B Mod1-Shift-Tab
|
||||||
Focus previous window.
|
Focus previous window.
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-l
|
.B Mod1-g
|
||||||
Increase master area width (tiling layout only).
|
Increase master area width (tiling layout only).
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-h
|
.B Mod1-s
|
||||||
Decrease master area width (tiling layout only).
|
Decrease master area width (tiling layout only).
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-i
|
.B Mod1-i
|
||||||
|
|
Loading…
Reference in a new issue