karx's tabbed config
Go to file
2012-07-07 22:46:28 +02:00
.hgtags Added tag 0.5 for changeset f82c63df310a 2012-07-07 22:46:28 +02:00
arg.h Adding the missing arg.h for ARG* macros. 2012-04-06 20:46:01 +02:00
config.def.h new default colour scheme 2011-11-20 16:15:34 +01:00
config.mk Releasing version 0.4. 2012-07-07 22:44:11 +02: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 update documentation 2011-11-20 16:15:48 +01:00
tabbed.1 Fixing a manpage typo. 2012-04-06 18:45:04 +02:00
tabbed.c Happy new year 2012! 2012-04-06 20:45:07 +02: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.