dwm.1
changeset 288 b7865e6feef2
parent 270 dacd3f3c5823
child 293 093744cc5353
equal deleted inserted replaced
287:5e5e5392c7cb 288:b7865e6feef2
    34 .SS Status bar
    34 .SS Status bar
    35 .TP
    35 .TP
    36 .B Standard input
    36 .B Standard input
    37 is read and displayed in the status text area.
    37 is read and displayed in the status text area.
    38 .TP
    38 .TP
    39 .B Button[1,2]
    39 .B Button1
    40 click on a tag label focuses that
    40 click on a tag label views all windows with that
    41 .B tag.
    41 .BR tag .
    42 .TP
    42 .TP
    43 .B Button3
    43 .B Button3
    44 click on a tag label toggles that
    44 click on a tag label adds/removes all windows with that
    45 .B tag.
    45 .B tag
       
    46 to/from the view.
    46 .SS Keyboard commands
    47 .SS Keyboard commands
    47 .TP
    48 .TP
    48 .B Mod1-Return
    49 .B Mod1-Return
    49 Zoom current
    50 Zoom current
    50 .B window
    51 .B window
    52 .B master
    53 .B master
    53 column.
    54 column.
    54 .TP
    55 .TP
    55 .B Mod1-j
    56 .B Mod1-j
    56 Focus next
    57 Focus next
    57 .B window.
    58 .BR window .
    58 .TP
    59 .TP
    59 .B Mod1-k
    60 .B Mod1-k
    60 Focus previous
    61 Focus previous
    61 .B window.
    62 .BR window .
    62 .TP
    63 .TP
    63 .B Mod1-m
    64 .B Mod1-m
    64 Maximize current
    65 Maximize current
    65 .B window.
    66 .BR window .
    66 .TP
    67 .TP
    67 .B Mod1-[0..n]
    68 .B Mod1-[0..n]
    68 Focus
    69 View all windows with
    69 .B nth tag.
    70 .BR "tag n" .
    70 .TP
    71 .TP
    71 .B Mod1-space
    72 .B Mod1-space
    72 Toggle between
    73 Toggle between
    73 .B tiled
    74 .B tiled
    74 and
    75 and
    78 .TP
    79 .TP
    79 .B Mod1-Shift-[0..n]
    80 .B Mod1-Shift-[0..n]
    80 Apply
    81 Apply
    81 .B nth tag
    82 .B nth tag
    82 to current
    83 to current
    83 .B window.
    84 .BR window .
    84 .TP
    85 .TP
    85 .B Mod1-Shift-c
    86 .B Mod1-Shift-c
    86 Close focused
    87 Close focused
    87 .B window.
    88 .B window.
    88 .TP
    89 .TP
    90 Quit
    91 Quit
    91 .B dwm.
    92 .B dwm.
    92 .TP
    93 .TP
    93 .B Mod1-Shift-Return
    94 .B Mod1-Shift-Return
    94 Start
    95 Start
    95 .B terminal.
    96 .BR terminal .
    96 .TP
    97 .TP
    97 .B Mod1-Control-[0..n]
    98 .B Mod1-Control-[0..n]
    98 Toggle
    99 Add/remove all windows with
    99 .B nth tag.
   100 .B tag n
       
   101 to/from the view.
   100 .TP
   102 .TP
   101 .B Mod1-Control-Shift-[0..n]
   103 .B Mod1-Control-Shift-[0..n]
   102 Append
   104 Add/remove
   103 .B nth tag
   105 .B nth tag
   104 to current
   106 to/from current
   105 .B window.
   107 .BR window .
   106 .SS Mouse commands
   108 .SS Mouse commands
   107 .TP
   109 .TP
   108 .B Mod1-Button1
   110 .B Mod1-Button1
   109 Move current
   111 Move current
   110 .B window
   112 .B window
   125 .B dwm
   127 .B dwm
   126 is customized by creating a custom config.h and (re)compiling the source
   128 is customized by creating a custom config.h and (re)compiling the source
   127 code. This keeps it fast, secure and simple.
   129 code. This keeps it fast, secure and simple.
   128 .SH CAVEATS
   130 .SH CAVEATS
   129 The status bar displays
   131 The status bar displays
   130 .BR "broken pipe"
   132 .B broken pipe
   131 when
   133 when
   132 .B dwm
   134 .B dwm
   133 has been started by
   135 has been started by
   134 .BR xdm (1),
   136 .BR xdm (1),
   135 because it closes standard output before executing
   137 because it closes standard output before executing
   136 .B dwm.
   138 .BR dwm .
   137 .SH SEE ALSO
   139 .SH SEE ALSO
   138 .BR dmenu (1)
   140 .BR dmenu (1)