aboutsummaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-05 12:47:52 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-05 12:47:52 +0200
commit796925089cff58fbea4a1954cf0df57a6a648562 (patch)
tree831fc4a48983210e3c9a7363e1e2ed68757d4528 /dwm.1
parentda91dfc948e3c66ac491bbdd1424a33aadbb5265 (diff)
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)
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.118
1 files changed, 12 insertions, 6 deletions
diff --git a/dwm.1 b/dwm.1
index 054f945..b1b04eb 100644
--- a/dwm.1
+++ b/dwm.1
@@ -68,17 +68,23 @@ Focus next window.
.B Mod1\-k
Focus previous window.
.TP
-.B Mod1\-Shift\-j
+.B Mod1\-l
Increase the number of windows in the master area (tiled layout only).
.TP
-.B Mod1\-Shift\-k
+.B Mod1\-h
Decrease the number of windows in the master area (tiled layout only).
.TP
-.B Mod1\-l
-Increase master area width (tiled layout only).
+.B Mod1\-Shift\-j
+Increase vertical tile ratio, effects tile heights (tiled layout only).
.TP
-.B Mod1\-h
-Decrease master area width (tiled layout only).
+.B Mod1\-Shift\-k
+Decrease vertical tile ratio, effects tile heights (tiled layout only).
+.TP
+.B Mod1\-Shift\-l
+Increase horizontal tile ratio, effects master area width (tiled layout only).
+.TP
+.B Mod1\-Shift\-h
+Decrease horizontal tile ratio, effects master area width (tiled layout only).
.TP
.B Mod1\-m
Toggles maximization of current window (floating layout only).