karx's tabbed config
Go to file
Quentin Rameau 46887ac550 Fix install paths and default build flag
Ensure that paths are quoted.
Compile with -Os by default.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
2016-01-03 09:24:32 +01:00
arg.h Making the license fetishists happy. 2013-06-23 21:09:50 +02:00
config.def.h autofocus urgent tabs 2015-08-19 21:17:37 +02:00
config.mk Fix install paths and default build flag 2016-01-03 09:24:32 +01:00
LICENSE add xembed wrapper utility 2015-05-09 20:03:08 +02:00
Makefile Fix install paths and default build flag 2016-01-03 09:24:32 +01:00
README Trivial changes to try out the new update filter script. 2012-12-07 20:50:53 +01:00
tabbed.1 autofocus urgent tabs 2015-08-19 21:17:37 +02:00
tabbed.c Bumping up the year. 2016-01-03 09:01:20 +01:00
TODO 0.5 tabbed release. 2013-05-06 20:28:25 +02:00
xembed.1 add xembed wrapper utility 2015-05-09 20:03:08 +02:00
xembed.c Fixing some manpage formatting and formatting in xembed.c. 2015-05-09 21:06:00 +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.