dwm.1
changeset 293 093744cc5353
parent 288 b7865e6feef2
child 316 d69cdb180a3e
equal deleted inserted replaced
292:4aa632b6ba66 293:093744cc5353
    44 click on a tag label adds/removes all windows with 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 to/from the view.
    47 .SS Keyboard commands
    47 .SS Keyboard commands
    48 .TP
    48 .TP
       
    49 .B Mod1-Shift-Return
       
    50 Start
       
    51 .BR xterm (1).
       
    52 .TP
       
    53 .B Mod1-Tab
       
    54 Focus next
       
    55 .BR window .
       
    56 .TP
       
    57 .B Mod1-Shift-Tab
       
    58 Focus previous
       
    59 .BR window .
       
    60 .TP
    49 .B Mod1-Return
    61 .B Mod1-Return
    50 Zoom current
    62 Zoom current
    51 .B window
    63 .B window
    52 to the 
    64 to the 
    53 .B master
    65 .B master
    54 column.
    66 column
    55 .TP
    67 .RB ( tiling
    56 .B Mod1-j
    68 mode only).
    57 Focus next
       
    58 .BR window .
       
    59 .TP
       
    60 .B Mod1-k
       
    61 Focus previous
       
    62 .BR window .
       
    63 .TP
    69 .TP
    64 .B Mod1-m
    70 .B Mod1-m
    65 Maximize current
    71 Maximize current
    66 .BR window .
    72 .BR window .
    67 .TP
    73 .TP
    68 .B Mod1-[0..n]
    74 .B Mod1-Shift-[0..n]
    69 View all windows with
    75 Apply
    70 .BR "tag n" .
    76 .B nth tag
       
    77 to current
       
    78 .BR window .
       
    79 .TP
       
    80 .B Mod1-Control-Shift-[0..n]
       
    81 Add/remove
       
    82 .B nth tag
       
    83 to/from current
       
    84 .BR window .
       
    85 .TP
       
    86 .B Mod1-Shift-c
       
    87 Close focused
       
    88 .B window.
    71 .TP
    89 .TP
    72 .B Mod1-space
    90 .B Mod1-space
    73 Toggle between
    91 Toggle between
    74 .B tiled
    92 .B tiled
    75 and
    93 and
    76 .B floating
    94 .B floating
    77 mode (affects
    95 mode (affects
    78 .BR "all windows" ).
    96 .BR "all windows" ).
    79 .TP
    97 .TP
    80 .B Mod1-Shift-[0..n]
    98 .B Mod1-[0..n]
    81 Apply
    99 View all windows with
    82 .B nth tag
   100 .BR "tag n" .
    83 to current
       
    84 .BR window .
       
    85 .TP
       
    86 .B Mod1-Shift-c
       
    87 Close focused
       
    88 .B window.
       
    89 .TP
       
    90 .B Mod1-Shift-q
       
    91 Quit
       
    92 .B dwm.
       
    93 .TP
       
    94 .B Mod1-Shift-Return
       
    95 Start
       
    96 .BR terminal .
       
    97 .TP
   101 .TP
    98 .B Mod1-Control-[0..n]
   102 .B Mod1-Control-[0..n]
    99 Add/remove all windows with
   103 Add/remove all windows with
   100 .B tag n
   104 .B tag n
   101 to/from the view.
   105 to/from the view.
   102 .TP
   106 .TP
   103 .B Mod1-Control-Shift-[0..n]
   107 .B Mod1-Shift-q
   104 Add/remove
   108 Quit
   105 .B nth tag
   109 .B dwm.
   106 to/from current
       
   107 .BR window .
       
   108 .SS Mouse commands
   110 .SS Mouse commands
   109 .TP
   111 .TP
   110 .B Mod1-Button1
   112 .B Mod1-Button1
   111 Move current
   113 Move current
   112 .B window
   114 .B window
   113 while dragging.
   115 while dragging
       
   116 .RB ( floating
       
   117 mode only).
   114 .TP
   118 .TP
   115 .B Mod1-Button2
   119 .B Mod1-Button2
   116 Zoom current
   120 Zoom current
   117 .B window
   121 .B window
   118 to the 
   122 to the 
   119 .B master
   123 .B master
   120 column.
   124 column
       
   125 .RB ( tiling
       
   126 mode only).
   121 .TP
   127 .TP
   122 .B Mod1-Button3
   128 .B Mod1-Button3
   123 Resize current
   129 Resize current
   124 .B window
   130 .B window
   125 while dragging.
   131 while dragging
       
   132 .RB ( floating
       
   133 mode only).
   126 .SH CUSTOMIZATION
   134 .SH CUSTOMIZATION
   127 .B dwm
   135 .B dwm
   128 is customized by creating a custom config.h and (re)compiling the source
   136 is customized by creating a custom config.h and (re)compiling the source
   129 code. This keeps it fast, secure and simple.
   137 code. This keeps it fast, secure and simple.
   130 .SH CAVEATS
   138 .SH CAVEATS