karx's tabbed config
Go to file
2012-12-07 20:50:53 +01:00
.hgtags Added tag 0.4.1 for changeset 29663026c3cb 2012-08-20 09:08:09 +02: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 fullscreen mode to tabbed. 2012-12-03 21:28:02 +01:00
tabbed.c Just some change I always wanted to apply. 2012-12-07 20:45:28 +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.