dwm-meillo

diff dwm.1 @ 293:093744cc5353

applied jk_to_tab patch
author Anselm R.Garbe <arg@10ksloc.org>
date Tue, 15 Aug 2006 08:25:11 +0200
parents b7865e6feef2
children d69cdb180a3e
line diff
     1.1 --- a/dwm.1	Tue Aug 15 07:31:42 2006 +0200
     1.2 +++ b/dwm.1	Tue Aug 15 08:25:11 2006 +0200
     1.3 @@ -46,28 +46,46 @@
     1.4  to/from the view.
     1.5  .SS Keyboard commands
     1.6  .TP
     1.7 +.B Mod1-Shift-Return
     1.8 +Start
     1.9 +.BR xterm (1).
    1.10 +.TP
    1.11 +.B Mod1-Tab
    1.12 +Focus next
    1.13 +.BR window .
    1.14 +.TP
    1.15 +.B Mod1-Shift-Tab
    1.16 +Focus previous
    1.17 +.BR window .
    1.18 +.TP
    1.19  .B Mod1-Return
    1.20  Zoom current
    1.21  .B window
    1.22  to the 
    1.23  .B master
    1.24 -column.
    1.25 -.TP
    1.26 -.B Mod1-j
    1.27 -Focus next
    1.28 -.BR window .
    1.29 -.TP
    1.30 -.B Mod1-k
    1.31 -Focus previous
    1.32 -.BR window .
    1.33 +column
    1.34 +.RB ( tiling
    1.35 +mode only).
    1.36  .TP
    1.37  .B Mod1-m
    1.38  Maximize current
    1.39  .BR window .
    1.40  .TP
    1.41 -.B Mod1-[0..n]
    1.42 -View all windows with
    1.43 -.BR "tag n" .
    1.44 +.B Mod1-Shift-[0..n]
    1.45 +Apply
    1.46 +.B nth tag
    1.47 +to current
    1.48 +.BR window .
    1.49 +.TP
    1.50 +.B Mod1-Control-Shift-[0..n]
    1.51 +Add/remove
    1.52 +.B nth tag
    1.53 +to/from current
    1.54 +.BR window .
    1.55 +.TP
    1.56 +.B Mod1-Shift-c
    1.57 +Close focused
    1.58 +.B window.
    1.59  .TP
    1.60  .B Mod1-space
    1.61  Toggle between
    1.62 @@ -77,52 +95,42 @@
    1.63  mode (affects
    1.64  .BR "all windows" ).
    1.65  .TP
    1.66 -.B Mod1-Shift-[0..n]
    1.67 -Apply
    1.68 -.B nth tag
    1.69 -to current
    1.70 -.BR window .
    1.71 -.TP
    1.72 -.B Mod1-Shift-c
    1.73 -Close focused
    1.74 -.B window.
    1.75 -.TP
    1.76 -.B Mod1-Shift-q
    1.77 -Quit
    1.78 -.B dwm.
    1.79 -.TP
    1.80 -.B Mod1-Shift-Return
    1.81 -Start
    1.82 -.BR terminal .
    1.83 +.B Mod1-[0..n]
    1.84 +View all windows with
    1.85 +.BR "tag n" .
    1.86  .TP
    1.87  .B Mod1-Control-[0..n]
    1.88  Add/remove all windows with
    1.89  .B tag n
    1.90  to/from the view.
    1.91  .TP
    1.92 -.B Mod1-Control-Shift-[0..n]
    1.93 -Add/remove
    1.94 -.B nth tag
    1.95 -to/from current
    1.96 -.BR window .
    1.97 +.B Mod1-Shift-q
    1.98 +Quit
    1.99 +.B dwm.
   1.100  .SS Mouse commands
   1.101  .TP
   1.102  .B Mod1-Button1
   1.103  Move current
   1.104  .B window
   1.105 -while dragging.
   1.106 +while dragging
   1.107 +.RB ( floating
   1.108 +mode only).
   1.109  .TP
   1.110  .B Mod1-Button2
   1.111  Zoom current
   1.112  .B window
   1.113  to the 
   1.114  .B master
   1.115 -column.
   1.116 +column
   1.117 +.RB ( tiling
   1.118 +mode only).
   1.119  .TP
   1.120  .B Mod1-Button3
   1.121  Resize current
   1.122  .B window
   1.123 -while dragging.
   1.124 +while dragging
   1.125 +.RB ( floating
   1.126 +mode only).
   1.127  .SH CUSTOMIZATION
   1.128  .B dwm
   1.129  is customized by creating a custom config.h and (re)compiling the source