diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-10 12:56:49 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-10 12:56:49 +0100 |
commit | 92cb5ebb7cb4e6a067474dae94c7a70977194f5d (patch) | |
tree | 4d4ca748ab091dc451d812438ea1ca0ea786e69d /dwm.1 | |
parent | added comment to %u in config.default.h, added Button{4.5} support on mode label (diff) | |
download | dwm-92cb5ebb7cb4e6a067474dae94c7a70977194f5d.tar.gz dwm-92cb5ebb7cb4e6a067474dae94c7a70977194f5d.tar.bz2 dwm-92cb5ebb7cb4e6a067474dae94c7a70977194f5d.zip |
added Button{4,5} description to dwm.1
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1 index b5df49e..e7a5a44 100644 --- 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 |