Mercurial > 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 wrap: on
line diff
--- 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:
--- 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