Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
2c477cf
)
restoring default keybindings as Sander complained
author
Anselm R. Garbe <
[email protected]
>
Thu, 22 Feb 2007 10:45:03 +0000
(11:45 +0100)
committer
Anselm R. Garbe <
[email protected]
>
Thu, 22 Feb 2007 10:45:03 +0000
(11:45 +0100)
config.default.h
patch
|
blob
|
history
dwm.1
patch
|
blob
|
history
diff --git
a/config.default.h
b/config.default.h
index
6db35f2
..
d8ec858
100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-46,10
+46,10
@@
static Key key[] = { \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_d, incnmaster, "-1" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ 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 }, \
{ MODKEY, XK_m, togglemax, NULL }, \
{ MODKEY, XK_Return, zoom, NULL }, \
{ MODKEY|ShiftMask, XK_space, toggleversatile,NULL }, \
diff --git
a/dwm.1
b/dwm.1
index
25ec66b
..
c688945
100644
(file)
--- a/
dwm.1
+++ b/
dwm.1
@@
-59,16
+59,16
@@
Start
.B Mod1-Return
Zooms/cycles current window to/from master area (tiling layout only).
.TP
.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
Focus next window.
.TP
-.B Mod1-
k
+.B Mod1-
Shift-Tab
Focus previous window.
.TP
Focus previous window.
.TP
-.B Mod1-
l
+.B Mod1-
g
Increase master area width (tiling layout only).
.TP
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
Decrease master area width (tiling layout only).
.TP
.B Mod1-i