aboutsummarylogtreecommitdiffstats
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-08-05 12:47:52 +0200
committerAnselm R. Garbe2007-08-05 12:47:52 +0200
commitd6bcad24361e32b803cdbeef088f3c20a9a76545 (patch)
treea9db8fd70f3c1528bcbc4ff2433ed606108da03b /dwm.1
parentf3d5cffa0e53d5613259f5401deff1183a24df2d (diff)
downloadaur-d6bcad24361e32b803cdbeef088f3c20a9a76545.tar.gz
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 054f9457190a..b1b04ebbbcf7 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).