dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 92cb5ebb7cb4e6a067474dae94c7a70977194f5d
parent 653826572d5dfe36fc567b2fdce7ef5d9ad0bfbc
Author: Anselm R. Garbe <arg@suckless.org>
Date:   Wed, 10 Jan 2007 12:56:49 +0100

added Button{4,5} description to dwm.1
Diffstat:
Mdwm.1 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/dwm.1 b/dwm.1
@@ -44,6 +44,12 @@ label toggles between tiling and floating mode.
 .B Button3
 click on a tag label adds/removes all windows with that tag to/from the view.
 .TP
+.B Button4
+click on the mode label increases the number of windows in the master area (tiling mode only).
+.TP
+.B Button5
+click on the mode label decreases the number of windows in the master area (tiling mode only).
+.TP
 .B Mod1-Button1
 click on a tag label applies that tag to the focused window.
 .TP