aewl

diff aewl.1 @ 775:794a83e74023

updated man page; minor stuff
author meillo@marmaro.de
date Sat, 06 Dec 2008 16:28:51 +0100
parents 45f23169563e
children
line diff
     1.1 --- a/aewl.1	Sat Dec 06 16:09:10 2008 +0100
     1.2 +++ b/aewl.1	Sat Dec 06 16:28:51 2008 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -.TH AEWL 1 aewl-VERSION
     1.5 +.TH AEWL 1 aewl-0.2
     1.6  
     1.7  
     1.8  .SH NAME
     1.9 @@ -11,7 +11,7 @@
    1.10  
    1.11  
    1.12  .SH DESCRIPTION
    1.13 -This man page is the one from dwm 4.4.1 on which aewl is based.
    1.14 +This man page is the one from dwm-3.4 on which aewl is based.
    1.15  It is partly updated, but not totally.
    1.16  .P
    1.17  dwm is a dynamic window manager for X. It manages windows in tiling and
    1.18 @@ -45,53 +45,45 @@
    1.19  
    1.20  .SH USAGE
    1.21  
    1.22 -.SS Status bar
    1.23 +.SS Standard input
    1.24  .TP
    1.25 -.B Standard input
    1.26 -is read and displayed in the status text area.
    1.27 -.TP
    1.28 -.B Button1
    1.29 -click on the bar to display the other tag.
    1.30 +Standard input is read and displayed in the status text area.
    1.31  
    1.32  .SS Keyboard commands
    1.33  .TP
    1.34  .B Mod1-Shift-Return
    1.35 -Start
    1.36 -.BR xterm (1).
    1.37 +Start a terminal emulator.
    1.38  .TP
    1.39  .B Mod1-Tab
    1.40  Focus next window.
    1.41  .TP
    1.42 -.B Mod1-i
    1.43 -Increase the number of windows in the master area (tiling mode only).
    1.44 -.TP
    1.45 -.B Mod1-d
    1.46 -Decrease the number of windows in the master area (tiling mode only).
    1.47 -.TP
    1.48 -.B Mod1-F1
    1.49 -View other tag.
    1.50 +.BR Mod1-F1 " / " Mod1-F2
    1.51 +Change view (tagged/untagged).
    1.52  .TP
    1.53  .B Mod1-F3
    1.54 -Move current window to other tag.
    1.55 +Move current window to other view.
    1.56  .TP
    1.57 -.B Mod1-^
    1.58 +.B Mod1-asciicircum
    1.59  Start
    1.60  .BR dmenu (1)
    1.61  .TP
    1.62  .B Mod1-1
    1.63 -Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode).
    1.64 +Move current window to/from master area (tiling mode), toggle maximization current window (floating mode).
    1.65  .TP
    1.66  .B Mod1-2
    1.67  Close focused window.
    1.68  .TP
    1.69 +.BR Mod1-plus " or " Mod1-minus
    1.70 +Increase/decrease the number of windows in the master area (tiling mode only).
    1.71 +.TP
    1.72  .B Mod1-space
    1.73 -Toggle between tiling and max mode (affects all windows).
    1.74 +Toggle between tiling and max mode.
    1.75  .TP
    1.76  .B Mod1-Shift-space
    1.77  Toggle focused window between floating and non-floating state.
    1.78  .TP
    1.79  .B Mod1-Shift-q
    1.80 -Quit dwm.
    1.81 +Quit window manager.
    1.82  
    1.83  .SS Mouse commands
    1.84  .TP