1 .TH DVTM 1 dvtm\-VERSION
4 dvtm \- dynamic virtual terminal manager
21 .RI [ command \ ... "" ]
23 dvtm is a dynamic tiling window manager for the console.
24 As a console window manager it tries to make it easy to work with multiple
25 console based applications.
29 Print version information to standard output and exit.
32 Toggle default mouse grabbing upon startup. Use this to allow normal mouse operation
36 Set command modifier at runtime.
39 Set the delay ncurses waits before deciding if a character that might be
40 part of an escape sequence is actually part of an escape sequence.
43 Set the scrollback history buffer size at runtime.
48 and don't change it to the one of the currently focused window.
51 Open or create the named pipe
53 read its content and display it in the statusbar. See the
55 script for an usage example.
58 Open or create the named pipe
60 and look for commands to execute which were defined in
66 each in a separate window.
71 Each keybinding begins with Mod which defaults to
80 Create a new shell window.
86 Increases the master area width about 5% (all except grid and
90 Decreases the master area width about 5% (all except grid and
97 Focus previous window.
105 Toggle minimization of current window.
108 Focus next non minimized window.
111 Focus prev non minimized window.
114 Maximize current window (change to fullscreen layout).
123 Toggle between defined layouts (affects all windows).
126 Zooms/cycles current window to/from master area.
129 Change to vertical stack tiling layout.
132 Change to bottom stack tiling layout.
135 Change to grid layout.
138 Show/hide the status bar.
144 Escape the next typed key.
147 Toggle keyboard multiplexing mode, if activated keypresses are sent to all
148 non minimized windows.
154 Toggle bell (off by default).
157 Toggle dvtm mouse grabbing.
160 Enter copy mode (see section below for navigation commands).
163 Enter copy mode and start searching forward.
166 Enter copy mode and start searching backwards.
169 Paste last copied text from copy mode at current cursor position.
172 Show this manual page.
182 By default dvtm captures mouse events to provide the actions listed below.
183 Unfortunately this interferes with the standard X copy and paste mechanism.
184 To work around this you need to hold down
186 while selecting or pasting text.
187 Alternatively you can disable mouse support at compile time, start dvtm with the
189 flag or toggle mouse support during runtime with
195 .B Button1 double click
196 Select window and toggle maximization.
199 Zoom/cycle current window to/from master area.
202 Toggle minimization of current window.
204 Copy mode gives easy access to past output.
205 The commands use vi style keybindings and support number prefixes as
209 Copy mode can be entered with
213 Once in, navigation works with vi style keybindings
214 .RB ( h , j , k , l , ^ , $ , g , H , M , L , G )
216 .BR Arrows / Home / End / Page-Down / Page-Up
224 Jump forward to next match with
226 Jump backwards to next match with
230 To start making a selection press
232 (similar to visual mode in vi).
235 To copy the current selection use
237 If you haven't made a selection the current line is copied.
238 Add a number prefix to copy n lines starting from the current line.
239 This command leaves the copy mode.
242 The previously copied text can be pasted at the current cursor position
247 Copy mode is automatically left upon copying something. To manually
248 exit at any time press
252 .SH ENVIRONMENT VARIABLES
253 By default dvtm uses its own terminfo file and therefore sets
255 within the client windows. This can be overridden by setting the
257 environment variable to a valid terminal name before launching dvtm.
261 script as an example of how to display text in the
264 dvtm is customized by creating a custom
266 and (re)compiling the source code.
267 This keeps it fast, secure and simple.
269 dvtm is written by Marc André Tanner <mat at brain-dump.org>