aewl

changeset 677:a1cabd6c6f9f

added Button{4,5} description to dwm.1
author Anselm R. Garbe <arg@suckless.org>
date Wed, 10 Jan 2007 12:56:49 +0100
parents 7672a1041218
children 4dcbbfe9d137
files dwm.1
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/dwm.1	Wed Jan 10 12:54:23 2007 +0100
     1.2 +++ b/dwm.1	Wed Jan 10 12:56:49 2007 +0100
     1.3 @@ -44,6 +44,12 @@
     1.4  .B Button3
     1.5  click on a tag label adds/removes all windows with that tag to/from the view.
     1.6  .TP
     1.7 +.B Button4
     1.8 +click on the mode label increases the number of windows in the master area (tiling mode only).
     1.9 +.TP
    1.10 +.B Button5
    1.11 +click on the mode label decreases the number of windows in the master area (tiling mode only).
    1.12 +.TP
    1.13  .B Mod1-Button1
    1.14  click on a tag label applies that tag to the focused window.
    1.15  .TP