karx's tabbed config
Go to file
Connor Lane Smith d60069a3e7 add xembed wrapper utility
xembed will cause a command to attempt to XEmbed into the window given
by the environment variable XEMBED, so long as it is in the foreground
of its controlling terminal. This causes a process to effectively take
the place of the terminal window, unless it is backgrounded.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
2015-05-09 20:03:08 +02:00
arg.h Making the license fetishists happy. 2013-06-23 21:09:50 +02:00
config.def.h support urgency wm hints 2014-05-19 19:34:09 +02:00
config.mk My libc wants _DEFAULT_SOURCE. 2015-01-25 10:52:10 +01:00
LICENSE add xembed wrapper utility 2015-05-09 20:03:08 +02:00
Makefile add xembed wrapper utility 2015-05-09 20:03:08 +02:00
README Trivial changes to try out the new update filter script. 2012-12-07 20:50:53 +01:00
tabbed.1 add xembed wrapper utility 2015-05-09 20:03:08 +02:00
tabbed.c fix bug in unmanage: check if lastsel is initialized 2015-03-10 21:23:27 +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 add xembed wrapper utility 2015-05-09 20:03:08 +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.