karx's tabbed config
Go to file
Okan Demirmen 5c560f3784 tabbed: UnmapNotify patch
Hi,

Simple patch for tabbed that prevents tabbed from killing a client that it
should no longer be managing due to an UnmapNotify event.

Add support for UnmapNotify; allows a window to map and unmap without
needing it to be destroyed.

Thanks,
Okan

Signed-off-by: Christoph Lohmann <20h@r-36.net>
2014-09-13 07:56:29 +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 Release 0.6. 2014-01-21 19:22:03 +01:00
LICENSE update years in copyright notices 2014-01-22 06:34:10 +01: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 add urgent color cmdline options 2014-05-19 19:34:34 +02:00
tabbed.c tabbed: UnmapNotify patch 2014-09-13 07:56:29 +02:00
TODO 0.5 tabbed release. 2013-05-06 20:28:25 +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.