aewl

changeset 445:00584fe34361

made markups in dwm.1 more consistent
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 07 Sep 2006 09:26:01 +0200
parents 48038934d05d
children a2e587651c79
files dwm.1
diffstat 1 files changed, 38 insertions(+), 95 deletions(-) [+]
line diff
     1.1 --- a/dwm.1	Thu Sep 07 07:53:29 2006 +0200
     1.2 +++ b/dwm.1	Thu Sep 07 09:26:01 2006 +0200
     1.3 @@ -5,10 +5,9 @@
     1.4  .B dwm
     1.5  .RB [ \-v ]
     1.6  .SH DESCRIPTION
     1.7 -.B dwm
     1.8 -is a dynamic window manager for X. It manages windows in tiling and floating
     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 +dwm is a dynamic window manager for X. It manages windows in tiling and
    1.12 +floating modes. Either mode can be applied dynamically, optimizing the
    1.13 +environment for the application in use and the task performed.
    1.14  .P
    1.15  In tiling mode windows are managed in a master and stacking column. The master
    1.16  column contains the window which currently needs most attention, whereas the
    1.17 @@ -17,16 +16,15 @@
    1.18  regardless of the mode selected.
    1.19  .P
    1.20  Windows are grouped by tags. Each window can be tagged with one or multiple
    1.21 -tags. Selecting certain tags for viewing will display all windows with that tag.
    1.22 +tags. Selecting certain tags for viewing will display all windows with that
    1.23 +tag.
    1.24  .P
    1.25 -.B dwm
    1.26 -contains a small status bar which displays all available tags, the mode, the
    1.27 -title of the focused window, and the text read from standard input. The
    1.28 +dwm contains a small status bar which displays all available tags, the mode,
    1.29 +the title of the focused window, and the text read from standard input. The
    1.30  selected tags are highlighted with a different color, the tags of the focused
    1.31  window are highlighted with a small point.
    1.32  .P
    1.33 -.B dwm
    1.34 -draws a 1-pixel border around windows to indicate the focus state.
    1.35 +dwm draws a 1-pixel border around windows to indicate the focus state.
    1.36  Unfocused windows contain a small bar in front of them displaying their title.
    1.37  .SH OPTIONS
    1.38  .TP
    1.39 @@ -39,30 +37,17 @@
    1.40  is read and displayed in the status text area.
    1.41  .TP
    1.42  .B Button1
    1.43 -click on a tag label views all windows with that
    1.44 -.BR tag ,
    1.45 -click on the mode label toggles between
    1.46 -.B tiled
    1.47 -and
    1.48 -.B floating
    1.49 -mode.
    1.50 +click on a tag label views all windows with that tag, click on the mode label
    1.51 +toggles between tiled and floating mode.
    1.52  .TP
    1.53  .B Button3
    1.54 -click on a tag label adds/removes all windows with that
    1.55 -.B tag
    1.56 -to/from the view.
    1.57 +click on a tag label adds/removes all windows with that tag to/from the view.
    1.58  .TP
    1.59  .B Mod1-Button1
    1.60 -click on a tag label applies that
    1.61 -.B tag
    1.62 -to the focused
    1.63 -.BR window .
    1.64 +click on a tag label applies that tag to the focused window.
    1.65  .TP
    1.66  .B Mod1-Button3
    1.67 -click on a tag label adds/removes that
    1.68 -.B tag
    1.69 -to/from the focused
    1.70 -.BR window .
    1.71 +click on a tag label adds/removes that tag to/from the focused window.
    1.72  .SS Keyboard commands
    1.73  .TP
    1.74  .B Mod1-Shift-Return
    1.75 @@ -70,114 +55,72 @@
    1.76  .BR xterm (1).
    1.77  .TP
    1.78  .B Mod1-Tab
    1.79 -Focus next
    1.80 -.BR window .
    1.81 +Focus next window.
    1.82  .TP
    1.83  .B Mod1-Shift-Tab
    1.84 -Focus previous
    1.85 -.BR window .
    1.86 +Focus previous window.
    1.87  .TP
    1.88  .B Mod1-Return
    1.89 -Zoom current
    1.90 -.B window
    1.91 -to the 
    1.92 -.B master
    1.93 -column
    1.94 -.RB ( tiling
    1.95 -mode only).
    1.96 +Zoom current window to the master column (tiling mode only).
    1.97  .TP
    1.98  .B Mod1-m
    1.99 -Maximize current
   1.100 -.BR window .
   1.101 +Maximize current window.
   1.102  .TP
   1.103  .B Mod1-g
   1.104 -Grow current
   1.105 -.BR column
   1.106 -.RB ( tiling
   1.107 -mode only).
   1.108 +Grow current column (tiling mode only).
   1.109  .TP
   1.110  .B Mod1-s
   1.111 -Shrink current
   1.112 -.BR column
   1.113 -.RB ( tiling
   1.114 -mode only).
   1.115 +Shrink current column (tiling mode only).
   1.116  .TP
   1.117  .B Mod1-Shift-[1..n]
   1.118  Apply
   1.119 -.B nth tag
   1.120 -to current
   1.121 -.BR window .
   1.122 +.RB nth
   1.123 +tag to current window.
   1.124  .TP
   1.125  .B Mod1-Control-Shift-[1..n]
   1.126  Add/remove
   1.127 -.B nth tag
   1.128 -to/from current
   1.129 -.BR window .
   1.130 +.B nth
   1.131 +tag to/from current window.
   1.132  .TP
   1.133  .B Mod1-Shift-c
   1.134 -Close focused
   1.135 -.B window.
   1.136 +Close focused window.
   1.137  .TP
   1.138  .B Mod1-space
   1.139 -Toggle between
   1.140 -.B tiled
   1.141 -and
   1.142 -.B floating
   1.143 -mode (affects
   1.144 -.BR "all windows" ).
   1.145 +Toggle between tiled and floating mode (affects all windows).
   1.146  .TP
   1.147  .B Mod1-[1..n]
   1.148  View all windows with
   1.149 -.BR "tag n" .
   1.150 +.BR nth
   1.151 +tag.
   1.152  .TP
   1.153  .B Mod1-0
   1.154 -View all windows with any
   1.155 -.BR "tag" .
   1.156 +View all windows with any tag.
   1.157  .TP
   1.158  .B Mod1-Control-[1..n]
   1.159  Add/remove all windows with
   1.160 -.B tag n
   1.161 -to/from the view.
   1.162 +.BR nth
   1.163 +tag to/from the view.
   1.164  .TP
   1.165  .B Mod1-Shift-q
   1.166 -Quit
   1.167 -.B dwm.
   1.168 +Quit dwm.
   1.169  .SS Mouse commands
   1.170  .TP
   1.171  .B Mod1-Button1
   1.172 -Move current
   1.173 -.B window
   1.174 -while dragging
   1.175 -.RB ( floating
   1.176 -mode only).
   1.177 +Move current window while dragging (floating mode only).
   1.178  .TP
   1.179  .B Mod1-Button2
   1.180 -Zoom current
   1.181 -.B window
   1.182 -to the 
   1.183 -.B master
   1.184 -column
   1.185 -.RB ( tiling
   1.186 -mode only).
   1.187 +Zoom current window to the master column (tiling mode only).
   1.188  .TP
   1.189  .B Mod1-Button3
   1.190 -Resize current
   1.191 -.B window
   1.192 -while dragging
   1.193 -.RB ( floating
   1.194 -mode only).
   1.195 +Resize current window while dragging (floating mode only).
   1.196  .SH CUSTOMIZATION
   1.197 -.B dwm
   1.198 -is customized by creating a custom config.h and (re)compiling the source
   1.199 +dwm is customized by creating a custom config.h and (re)compiling the source
   1.200  code. This keeps it fast, secure and simple.
   1.201  .SH CAVEATS
   1.202  The status bar may display
   1.203 -.B broken pipe
   1.204 -when
   1.205 -.B dwm
   1.206 -has been started by
   1.207 +.BR "broken pipe"
   1.208 +when dwm has been started by
   1.209  .BR xdm (1),
   1.210 -because it closes standard output before executing
   1.211 -.BR dwm .
   1.212 +because it closes standard output before executing dwm.
   1.213  .SH SEE ALSO
   1.214  .BR dmenu (1)