1 dvtm - dynamic virtual terminal manager
2 =======================================
4 dvtm brings dwm and it's concept of tiling window management to
5 the console. See http://www.brain-dump.org/projects/dvtm for
10 In order to build dvtm you will need:
12 * libncurses or libncursesw for wide character support
16 Edit config.mk to match your local setup (dvtm is installed into
17 the /usr/local namespace and links against libncursesw by default).
19 Afterwards enter the following command to build and install dvtm (if
26 Just run dvtm from the console, redirect stderr to a file (just in
27 case something goes wrong you will see it there).
31 If you want to display a one line status bar you can create a named
32 pipe and pass it's name to dvtm via it's -s command line option.
33 Make sure that the pipe remains open until dvtm is closed, see the
34 included dvtm-status script as an example.
38 The configuration of dvtm is done by creating a custom config.h
39 and (re)compiling the source code.