aewl

changeset 775:794a83e74023

updated man page; minor stuff
author meillo@marmaro.de
date Sat, 06 Dec 2008 16:28:51 +0100
parents c7e8fe5ac881
children a3399a8964c7
files Makefile aewl.1 config.mk
diffstat 3 files changed, 17 insertions(+), 25 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Sat Dec 06 16:09:10 2008 +0100
     1.2 +++ b/Makefile	Sat Dec 06 16:28:51 2008 +0100
     1.3 @@ -41,7 +41,7 @@
     1.4  	@chmod 755 ${DESTDIR}${PREFIX}/bin/aewl
     1.5  	@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
     1.6  	@mkdir -p ${DESTDIR}${MANPREFIX}/man1
     1.7 -	@sed 's/VERSION/${VERSION}/g' < aewl.1 > ${DESTDIR}${MANPREFIX}/man1/aewl.1
     1.8 +	@cp -f aewl.1 ${DESTDIR}${MANPREFIX}/man1
     1.9  	@chmod 644 ${DESTDIR}${MANPREFIX}/man1/aewl.1
    1.10  
    1.11  uninstall:
     2.1 --- a/aewl.1	Sat Dec 06 16:09:10 2008 +0100
     2.2 +++ b/aewl.1	Sat Dec 06 16:28:51 2008 +0100
     2.3 @@ -1,4 +1,4 @@
     2.4 -.TH AEWL 1 aewl-VERSION
     2.5 +.TH AEWL 1 aewl-0.2
     2.6  
     2.7  
     2.8  .SH NAME
     2.9 @@ -11,7 +11,7 @@
    2.10  
    2.11  
    2.12  .SH DESCRIPTION
    2.13 -This man page is the one from dwm 4.4.1 on which aewl is based.
    2.14 +This man page is the one from dwm-3.4 on which aewl is based.
    2.15  It is partly updated, but not totally.
    2.16  .P
    2.17  dwm is a dynamic window manager for X. It manages windows in tiling and
    2.18 @@ -45,53 +45,45 @@
    2.19  
    2.20  .SH USAGE
    2.21  
    2.22 -.SS Status bar
    2.23 +.SS Standard input
    2.24  .TP
    2.25 -.B Standard input
    2.26 -is read and displayed in the status text area.
    2.27 -.TP
    2.28 -.B Button1
    2.29 -click on the bar to display the other tag.
    2.30 +Standard input is read and displayed in the status text area.
    2.31  
    2.32  .SS Keyboard commands
    2.33  .TP
    2.34  .B Mod1-Shift-Return
    2.35 -Start
    2.36 -.BR xterm (1).
    2.37 +Start a terminal emulator.
    2.38  .TP
    2.39  .B Mod1-Tab
    2.40  Focus next window.
    2.41  .TP
    2.42 -.B Mod1-i
    2.43 -Increase the number of windows in the master area (tiling mode only).
    2.44 -.TP
    2.45 -.B Mod1-d
    2.46 -Decrease the number of windows in the master area (tiling mode only).
    2.47 -.TP
    2.48 -.B Mod1-F1
    2.49 -View other tag.
    2.50 +.BR Mod1-F1 " / " Mod1-F2
    2.51 +Change view (tagged/untagged).
    2.52  .TP
    2.53  .B Mod1-F3
    2.54 -Move current window to other tag.
    2.55 +Move current window to other view.
    2.56  .TP
    2.57 -.B Mod1-^
    2.58 +.B Mod1-asciicircum
    2.59  Start
    2.60  .BR dmenu (1)
    2.61  .TP
    2.62  .B Mod1-1
    2.63 -Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode).
    2.64 +Move current window to/from master area (tiling mode), toggle maximization current window (floating mode).
    2.65  .TP
    2.66  .B Mod1-2
    2.67  Close focused window.
    2.68  .TP
    2.69 +.BR Mod1-plus " or " Mod1-minus
    2.70 +Increase/decrease the number of windows in the master area (tiling mode only).
    2.71 +.TP
    2.72  .B Mod1-space
    2.73 -Toggle between tiling and max mode (affects all windows).
    2.74 +Toggle between tiling and max mode.
    2.75  .TP
    2.76  .B Mod1-Shift-space
    2.77  Toggle focused window between floating and non-floating state.
    2.78  .TP
    2.79  .B Mod1-Shift-q
    2.80 -Quit dwm.
    2.81 +Quit window manager.
    2.82  
    2.83  .SS Mouse commands
    2.84  .TP
     3.1 --- a/config.mk	Sat Dec 06 16:09:10 2008 +0100
     3.2 +++ b/config.mk	Sat Dec 06 16:28:51 2008 +0100
     3.3 @@ -1,5 +1,5 @@
     3.4  # aewl version
     3.5 -VERSION = 0.1
     3.6 +VERSION = 0.2
     3.7  
     3.8  # Customize below to fit your system
     3.9