aewl
diff dwm.1 @ 174:48c820470858
applied Sanders doc changes, added a PHONY line and changed the output of config.h creation somewhat
author | arg@10ksloc.org |
---|---|
date | Thu, 03 Aug 2006 10:58:29 +0200 |
parents | dac0793bf3f7 |
children | 124671c251ee |
line diff
1.1 --- a/dwm.1 Thu Aug 03 10:55:07 2006 +0200 1.2 +++ b/dwm.1 Thu Aug 03 10:58:29 2006 +0200 1.3 @@ -7,24 +7,25 @@ 1.4 .SH DESCRIPTION 1.5 .B dwm 1.6 is a dynamic window manager for X11. It manages windows in tiling and floating 1.7 -modes. Either mode can be applied dynamically, depending on the application in 1.8 -use and the task performed. 1.9 +modes. Either mode can be applied dynamically, optimizing the environment for 1.10 +the application in use and the task performed. 1.11 .P 1.12 In tiling mode windows are managed in a master and stacking column. The master 1.13 -column contains the window which needs most attention at a time, whereas the 1.14 -stacking column contains all other windows in a stack. Dialog windows are 1.15 -managed floating, however. In floating mode windows can be resized and moved 1.16 -freely. 1.17 +column contains the window which currently needs most attention, whereas the 1.18 +stacking column contains all other windows. In floating mode windows can be 1.19 +resized and moved freely. Dialog windows are always managed floating, 1.20 +regardless of the mode selected. 1.21 .P 1.22 -Windows are grouped by tags. All windows with a specific tag can be viewed at a 1.23 -time. But each window may contain more than one tag, which makes it visible in 1.24 -several views. 1.25 +Windows are grouped by tags. Each window can be tagged with one or multiple 1.26 +tags. Selecting a certain tag for viewing will display all windows with that 1.27 +tag. 1.28 .P 1.29 .B dwm 1.30 -has a small status bar which reads the text displayed from standard 1.31 -input, if written. It draws 1-pixel borders around windows to indicate the 1.32 -focus state. Unfocused windows contain a small bar in front of the window 1.33 -displaying the tags and the window title. 1.34 +has a small status bar which displays the text read from standard 1.35 +input, if written. Besides that, it displays all available tags, and the title 1.36 +of the focused window. It draws a 1-pixel border around windows to 1.37 +indicate the focus state. Unfocused windows contain a small bar in front of 1.38 +them displaying their tags and title. 1.39 .SH OPTIONS 1.40 .TP 1.41 .B \-v 1.42 @@ -105,5 +106,5 @@ 1.43 while dragging 1.44 .SH CUSTOMIZATION 1.45 .B dwm 1.46 -is customized by editing the file config.h of the source code. 1.47 -This keeps it fast, secure and simple. 1.48 +is customized by creating a custom config.h and (re)compiling the source 1.49 +code. This keeps it fast, secure and simple.