# HG changeset patch # User meillo@marmaro.de # Date 1228577331 -3600 # Node ID 794a83e740230c254d6792e63d40648a80b500c5 # Parent c7e8fe5ac881b3d7f78021c6d5a52e13c33d18d7 updated man page; minor stuff diff -r c7e8fe5ac881 -r 794a83e74023 Makefile --- a/Makefile Sat Dec 06 16:09:10 2008 +0100 +++ b/Makefile Sat Dec 06 16:28:51 2008 +0100 @@ -41,7 +41,7 @@ @chmod 755 ${DESTDIR}${PREFIX}/bin/aewl @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 - @sed 's/VERSION/${VERSION}/g' < aewl.1 > ${DESTDIR}${MANPREFIX}/man1/aewl.1 + @cp -f aewl.1 ${DESTDIR}${MANPREFIX}/man1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/aewl.1 uninstall: diff -r c7e8fe5ac881 -r 794a83e74023 aewl.1 --- a/aewl.1 Sat Dec 06 16:09:10 2008 +0100 +++ b/aewl.1 Sat Dec 06 16:28:51 2008 +0100 @@ -1,4 +1,4 @@ -.TH AEWL 1 aewl-VERSION +.TH AEWL 1 aewl-0.2 .SH NAME @@ -11,7 +11,7 @@ .SH DESCRIPTION -This man page is the one from dwm 4.4.1 on which aewl is based. +This man page is the one from dwm-3.4 on which aewl is based. It is partly updated, but not totally. .P dwm is a dynamic window manager for X. It manages windows in tiling and @@ -45,53 +45,45 @@ .SH USAGE -.SS Status bar +.SS Standard input .TP -.B Standard input -is read and displayed in the status text area. -.TP -.B Button1 -click on the bar to display the other tag. +Standard input is read and displayed in the status text area. .SS Keyboard commands .TP .B Mod1-Shift-Return -Start -.BR xterm (1). +Start a terminal emulator. .TP .B Mod1-Tab Focus next window. .TP -.B Mod1-i -Increase the number of windows in the master area (tiling mode only). -.TP -.B Mod1-d -Decrease the number of windows in the master area (tiling mode only). -.TP -.B Mod1-F1 -View other tag. +.BR Mod1-F1 " / " Mod1-F2 +Change view (tagged/untagged). .TP .B Mod1-F3 -Move current window to other tag. +Move current window to other view. .TP -.B Mod1-^ +.B Mod1-asciicircum Start .BR dmenu (1) .TP .B Mod1-1 -Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode). +Move current window to/from master area (tiling mode), toggle maximization current window (floating mode). .TP .B Mod1-2 Close focused window. .TP +.BR Mod1-plus " or " Mod1-minus +Increase/decrease the number of windows in the master area (tiling mode only). +.TP .B Mod1-space -Toggle between tiling and max mode (affects all windows). +Toggle between tiling and max mode. .TP .B Mod1-Shift-space Toggle focused window between floating and non-floating state. .TP .B Mod1-Shift-q -Quit dwm. +Quit window manager. .SS Mouse commands .TP diff -r c7e8fe5ac881 -r 794a83e74023 config.mk --- a/config.mk Sat Dec 06 16:09:10 2008 +0100 +++ b/config.mk Sat Dec 06 16:28:51 2008 +0100 @@ -1,5 +1,5 @@ # aewl version -VERSION = 0.1 +VERSION = 0.2 # Customize below to fit your system