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 Toggle keyboard multiplexing mode, if activated keypresses are sent to all
151 Toggle bell (off by default).
154 Toggle dvtm mouse grabbing.
157 Enter copy mode (see section below for navigation commands).
160 Enter copy mode and start searching forward.
163 Enter copy mode and start searching backwards.
166 Paste last copied text from copy mode at current cursor position.
169 Show this manual page.
179 By default dvtm captures mouse events to provide the actions listed below.
180 Unfortunately this interferes with the standard X copy and paste mechanism.
181 To work around this you need to hold down
183 while selecting or pasting text.
184 Alternatively you can disable mouse support at compile time, start dvtm with the
186 flag or toggle mouse support during runtime with
192 .B Button1 double click
193 Select window and toggle maximization.
196 Zoom/cycle current window to/from master area.
199 Toggle minimization of current window.
201 Copy mode gives easy access to past output.
202 The commands use vi style keybindings and support number prefixes as
206 Copy mode can be entered with
210 Once in, navigation works with vi style keybindings
211 .RB ( h , j , k , l , ^ , $ , g , H , M , L , G )
213 .BR Arrows / Home / End / Page-Down / Page-Up
221 Jump forward to next match with
223 Jump backwards to next match with
227 To start making a selection press
229 (similar to visual mode in vi).
232 To copy the current selection use
234 If you haven't made a selection the current line is copied.
235 Add a number prefix to copy n lines starting from the current line.
236 This command leaves the copy mode.
239 The previously copied text can be pasted at the current cursor position
244 Copy mode is automatically left upon copying something. To manually
245 exit at any time press
249 .SH ENVIRONMENT VARIABLES
250 By default dvtm uses its own terminfo file and therefore sets
252 within the client windows. This can be overridden by setting the
254 environment variable to a valid terminal name before launching dvtm.
258 script as an example of how to display text in the
261 dvtm is customized by creating a custom
263 and (re)compiling the source code.
264 This keeps it fast, secure and simple.
266 dvtm is written by Marc André Tanner <mat at brain-dump.org>