dvtm - dynamic virtual terminal manager

Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
go2null
White ninja
White ninja
Posts: 25
Joined: 19 Aug 2014, 18:28
Distribution: LXDE-v3.0.1-i486.iso
Location: Canada

dvtm - dynamic virtual terminal manager

Post#1 by go2null » 02 Dec 2015, 16:18

dvtm || dynamic virtual terminal manager || Tiling window management for the console

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.

Project: http://www.brain-dump.org/projects/dvtm/
Source: https://github.com/martanne/dvtm
Download: https://drive.google.com/open?id=0B0o1Z ... 0JrV1BxN1E
Last edited by go2null on 02 Dec 2015, 16:28, edited 1 time in total.

go2null
White ninja
White ninja
Posts: 25
Joined: 19 Aug 2014, 18:28
Distribution: LXDE-v3.0.1-i486.iso
Location: Canada

dvtm - keymappings

Post#2 by go2null » 02 Dec 2015, 16:27

Quickstart

Code: Select all

MOD = CTRL+g
Windows

Code: Select all

MOD-c         = Create a new shell window.
MOD-x         = Close focused window.
MOD-j         = Focus next window.
MOD-k         = Focus previous window.
MOD-[1..9]    = Focus the nth window.
MOD-u         = Focus next non minimized window.
MOD-i         = Focus prev non minimized window.
MOD-.         = Toggle minimization of current window.
MOD-m         = Maximize current window (change to fullscreen layout).
MOD-a         = Toggle send input to all windows
Layouts

Code: Select all

MOD-h         = Decreases the master area width about 5% (all except grid and fullscreen layout).
MOD-l         = Increases the master area width about 5% (all except grid and fullscreen layout).
MOD-ENTER     = Zooms/cycles current window to/from master area.
MOD-i         = Increase number of windows displayed in the master area.
MOD-d         = Decrease number of windows displayed in the master area.
MOD-SPACE     = Toggle between defined layouts (affects all windows).
MOD-t         = Change to vertical stack tiling layout.
MOD-b         = Change to bottom stack tiling layout.
MOD-g         = Change to grid layout.
Tagging

Code: Select all

MOD-0         = View all windows with any tag
MOD-v-TAB     = Toggle to the previously selected tags
MOD-v-[1..n]  = View all windows with the nth tag
MOD-V-[1..n]  = Add/remove all windows with the nth tag to/from the view
MOD-t-[1..n]  = Add nthe tag to the focused window
MOD-T-[1..n]  = Add/remove nthe tag to/from the focused window
Statusbar

Code: Select all

MOD-s         = Shows/hides the status bar.
Copymode

Code: Select all

MOD-e         = Pipes whole scroll buffer to an external editor
MOD-p         = Paste output of external editor to stdout
Other

Code: Select all

MOD-PAGEUP    = Scroll up.
MOD-PAGEDOWN  = Scroll down.
MOD-r         = Redraw whole screen.
MOD-G         = Escape the next typed key.
MOD-X         = Lock screen.
MOD-B         = Toggle bell (off by default).
MOD-M         = Toggle dvtm mouse grabbing.
MOD-M         = Quit dvtm.
Mouse commands

Code: Select all

Button1 click         = Select window.
Button1 double click  = Select window and toggle maximization.
Button2 click         = Zooms/cycles current window to/from master area.
Button3 click         = Toggle minimization of current window

Post Reply