madtty: close only valid file descriptors
[dvtm.git] / README
blob99102385c1fbe7c3d8695d40fe1b2588ea8bd99a
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
6 the latest version.
8 Requirements
9 ------------
10 In order to build dvtm you will need:
12  * libncurses or libncursesw for wide character support
14 Installation
15 ------------
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
20 necessary as root).
22     make && make install
24 Running dvtm
25 ------------
26 Just run dvtm from the console, redirect stderr to a file (just in
27 case something goes wrong you will see it there).
29     dvtm 2> log
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.
36 Configuration
37 -------------
38 The configuration of dvtm is done by creating a custom config.h
39 and (re)compiling the source code.