← 返回命令列表

Linux command

dvtm 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start dvtm

dvtm

Set modifier key

dvtm -m ^a

Toggle default mouse support

dvtm -M

Set scrollback history

dvtm -h [5000]

Use a status FIFO

dvtm -s [/tmp/dvtm-status]

Persist session with abduco

abduco -A [mysession] dvtm

说明

dvtm (dynamic virtual terminal manager) brings dwm-style window management to the terminal. It tiles multiple terminal windows within a single terminal emulator. The tool provides dynamic layouts, tagging, and keyboard-driven window management. It's lightweight and follows the suckless philosophy of minimalism.

参数

-v
Print version and exit.
-M
Toggle default mouse support.
-m _mod_
Modifier key (default: Ctrl+g).
-d _delay_
Escape sequence delay in milliseconds for ncurses.
-h _lines_
Scrollback history buffer size.
-t _title_
Set terminal title.
-s _status-fifo_
Named pipe to read status bar content from.
-c _cmd_
Command to pipe into the status FIFO.

FAQ

What is the dvtm command used for?

dvtm (dynamic virtual terminal manager) brings dwm-style window management to the terminal. It tiles multiple terminal windows within a single terminal emulator. The tool provides dynamic layouts, tagging, and keyboard-driven window management. It's lightweight and follows the suckless philosophy of minimalism.

How do I run a basic dvtm example?

Run `dvtm` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -v do in dvtm?

Print version and exit.