dwm-meillo

changeset 219:d8e508716aa8

added a trailing '.' to shortcut descriptions in dwm(1)
author arg@10ksloc.org
date Mon, 07 Aug 2006 14:10:22 +0200
parents c674a0baac63
children c95fcf1ecb4e
files dwm.1
diffstat 1 files changed, 15 insertions(+), 15 deletions(-) [+]
line diff
     1.1 --- a/dwm.1	Mon Aug 07 13:54:59 2006 +0200
     1.2 +++ b/dwm.1	Mon Aug 07 14:10:22 2006 +0200
     1.3 @@ -37,31 +37,31 @@
     1.4  .B window
     1.5  to the 
     1.6  .B master
     1.7 -column
     1.8 +column.
     1.9  .TP
    1.10  .B Mod1-h
    1.11  Focus previous
    1.12 -.B tag
    1.13 +.B tag.
    1.14  .TP
    1.15  .B Mod1-j
    1.16  Focus next
    1.17 -.B window
    1.18 +.B window.
    1.19  .TP
    1.20  .B Mod1-k
    1.21  Focus previous
    1.22 -.B window
    1.23 +.B window.
    1.24  .TP
    1.25  .B Mod1-l
    1.26  Focus next
    1.27 -.B tag
    1.28 +.B tag.
    1.29  .TP
    1.30  .B Mod1-m
    1.31  Maximize current
    1.32 -.B window
    1.33 +.B window.
    1.34  .TP
    1.35  .B Mod1-[0..n]
    1.36  Focus
    1.37 -.B nth tag
    1.38 +.B nth tag.
    1.39  .TP
    1.40  .B Mod1-space
    1.41  Toggle between
    1.42 @@ -69,41 +69,41 @@
    1.43  and
    1.44  .B floating
    1.45  mode (affects
    1.46 -.BR "all windows" )
    1.47 +.BR "all windows" ).
    1.48  .TP
    1.49  .B Mod1-Shift-[0..n]
    1.50  Apply
    1.51  .B nth tag
    1.52  to current
    1.53 -.B window
    1.54 +.B window.
    1.55  .TP
    1.56  .B Mod1-Shift-q
    1.57  Quit
    1.58 -.B dwm
    1.59 +.B dwm.
    1.60  .TP
    1.61  .B Mod1-Shift-Return
    1.62  Start
    1.63 -.B terminal
    1.64 +.B terminal.
    1.65  .TP
    1.66  .B Mod1-Control-[0..n]
    1.67  Append
    1.68  .B nth tag
    1.69  to current
    1.70 -.B window
    1.71 +.B window.
    1.72  .TP
    1.73  .B Mod1-Button1
    1.74  Moves current
    1.75  .B window
    1.76 -while dragging
    1.77 +while dragging.
    1.78  .TP
    1.79  .B Mod1-Button2
    1.80  Lowers current
    1.81 -.B window
    1.82 +.B window.
    1.83  .TP
    1.84  .B Mod1-Button3
    1.85  Resizes current
    1.86  .B window
    1.87 -while dragging
    1.88 +while dragging.
    1.89  .SH CUSTOMIZATION
    1.90  .B dwm
    1.91  is customized by creating a custom config.h and (re)compiling the source