dwm.1
changeset 160 c8db0a825775
parent 151 e1859517e3a6
child 171 dac0793bf3f7
equal deleted inserted replaced
159:a5eab6aaf859 160:c8db0a825775
    36 .B window
    36 .B window
    37 to the 
    37 to the 
    38 .B master
    38 .B master
    39 column
    39 column
    40 .TP
    40 .TP
       
    41 .B Mod1-h
       
    42 Focus previous
       
    43 .B tag
       
    44 .TP
       
    45 .B Mod1-j
       
    46 Focus next
       
    47 .B window
       
    48 .TP
    41 .B Mod1-k
    49 .B Mod1-k
    42 Focus previous
    50 Focus previous
    43 .B window
    51 .B window
    44 .TP
    52 .TP
    45 .B Mod1-j
    53 .B Mod1-l
    46 Focus next
    54 Focus next
    47 .B window
    55 .B tag
    48 .TP
    56 .TP
    49 .B Mod1-m
    57 .B Mod1-m
    50 Maximize current
    58 Maximize current
    51 .B window
    59 .B window
    52 .TP
    60 .TP
    53 .B Mod1-[0..n]
    61 .B Mod1-[0..n]
    54 Focus
    62 Focus
    55 .B nth
    63 .B nth tag
    56 tag
       
    57 .TP
    64 .TP
    58 .B Mod1-space
    65 .B Mod1-space
    59 Toggle between
    66 Toggle between
    60 .B tiled
    67 .B tiled
    61 and
    68 and
    63 mode (affects
    70 mode (affects
    64 .BR "all windows" )
    71 .BR "all windows" )
    65 .TP
    72 .TP
    66 .B Mod1-Shift-[0..n]
    73 .B Mod1-Shift-[0..n]
    67 Apply
    74 Apply
    68 .B nth
    75 .B nth tag
    69 tag to current
    76 to current
    70 .B window
    77 .B window
    71 .TP
    78 .TP
    72 .B Mod1-Shift-q
    79 .B Mod1-Shift-q
    73 Quit
    80 Quit
    74 .B dwm
    81 .B dwm
    77 Start
    84 Start
    78 .B terminal
    85 .B terminal
    79 .TP
    86 .TP
    80 .B Mod1-Control-[0..n]
    87 .B Mod1-Control-[0..n]
    81 Append
    88 Append
    82 .B nth
    89 .B nth tag
    83 tag to current
    90 to current
    84 .B window
    91 .B window
    85 .TP
    92 .TP
    86 .B Mod1-Button1
    93 .B Mod1-Button1
    87 Moves current
    94 Moves current
    88 .B window
    95 .B window
    96 Resizes current
   103 Resizes current
    97 .B window
   104 .B window
    98 while dragging
   105 while dragging
    99 .SH CUSTOMIZATION
   106 .SH CUSTOMIZATION
   100 .B dwm
   107 .B dwm
   101 is customized through editing config.h of the source code.  This keeps it fast,
   108 is customized by editing the file config.h of the source code.
   102 secure and simple.
   109 This keeps it fast, secure and simple.