changed shortcuts as described on the mailinglist, added sanity checks for ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1)
This commit is contained in:
@ -45,12 +45,14 @@ static Key key[] = { \
|
||||
{ MODKEY, XK_p, spawn, "exe=`dmenu_path | dmenu` && exec $exe" }, \
|
||||
{ MODKEY, XK_space, setlayout, NULL }, \
|
||||
{ MODKEY, XK_b, togglebar, NULL }, \
|
||||
{ MODKEY, XK_h, incvratio, ".1" }, \
|
||||
{ MODKEY, XK_l, incvratio, "-.1" }, \
|
||||
{ MODKEY|ShiftMask, XK_j, incnmaster, "1" }, \
|
||||
{ MODKEY|ShiftMask, XK_k, incnmaster, "-1" }, \
|
||||
{ MODKEY, XK_h, incnmaster, "1" }, \
|
||||
{ MODKEY, XK_l, incnmaster, "-1" }, \
|
||||
{ MODKEY, XK_j, focusclient, "1" }, \
|
||||
{ MODKEY, XK_k, focusclient, "-1" }, \
|
||||
{ MODKEY|ShiftMask, XK_h, inchratio, ".1" }, \
|
||||
{ MODKEY|ShiftMask, XK_l, inchratio, "-.1" }, \
|
||||
{ MODKEY|ShiftMask, XK_j, incvratio, "-.1" }, \
|
||||
{ MODKEY|ShiftMask, XK_k, incvratio, ".1" }, \
|
||||
{ MODKEY, XK_m, togglemax, NULL }, \
|
||||
{ MODKEY, XK_Return, zoom, NULL }, \
|
||||
{ MODKEY|ShiftMask, XK_space, togglefloating, NULL }, \
|
||||
|
Reference in New Issue
Block a user