karx's tabbed config
Go to file
2012-11-28 23:23:42 +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 New windows should be in the foreground. 2012-11-25 23:04:22 +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 A test commit for git. 2012-11-28 18:56:33 +01:00
tabbed.1 Correcting the lastsel handling in tabbed. It should be more predictable now. 2012-11-27 20:25:56 +01:00
tabbed.c A small change for a test. 2012-11-28 23:23:42 +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.