karx's tabbed config
Go to file
Christoph Lohmann 39594f1935 Adding the -c option to close on last client close.
Thanks for the suggestion by Kyle Kramer!
2012-12-25 16:50:32 +01:00
arg.h Adding the form of -r1, which will result in -r 1 in arg.h. 2012-11-27 21:17:10 +01:00
config.def.h Adding fullscreen mode to tabbed. 2012-12-03 21:28:02 +01:00
config.mk Changing the single-linked list for clients to a malloc()ed array. This makes 2012-11-25 22:09:55 +01:00
LICENSE Adding myself to the contributors list. 2012-04-06 20:45:35 +02:00
Makefile Introduce ARG* macros to simplify arg handling. 2012-04-06 20:44:47 +02:00
README Trivial changes to try out the new update filter script. 2012-12-07 20:50:53 +01:00
tabbed.1 Adding the -c option to close on last client close. 2012-12-25 16:50:32 +01:00
tabbed.c Adding the -c option to close on last client close. 2012-12-25 16:50:32 +01:00

tabbed - generic tabbed interface
=================================
tabbed is a simple tabbed X window container.

Requirements
------------
In order to build tabbed you need the Xlib header files.

Installation
------------
Edit config.mk to match your local setup (tabbed is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install tabbed
(if necessary as root):

    make clean install

Running tabbed
--------------
See the man page for details.