Justin Keogh 95b46cd3a9 add -k to close tabbed foreground client on WMDelete
Hello, this is useful when you want to use the same key binding that closes windows to close tabs. I got tired of loosing my tabbed/surf session when I hit my WM's close key. "Last tab" behavior still respects -c/-f.

Cheers
-J

From 829e95855f0fe78a368788a5e72231bd6456a8cf Mon Sep 17 00:00:00 2001
From: jakeogh <github.com@v6y.net>
Date: Mon, 21 Mar 2016 01:36:28 +0000
Subject: [PATCH] add -k to close foreground tabbed client on WM_DELETE_WINDOW

Signed-off-by: Christoph Lohmann <20h@r-36.net>
2016-03-25 07:41:43 +01:00
2016-02-18 16:56:57 +01:00
2016-02-18 16:56:57 +01:00
2015-05-09 20:03:08 +02:00
2013-05-06 20:28:25 +02:00
2015-05-09 20:03:08 +02:00
2016-01-03 14:10:38 +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.

Description
No description provided
Readme MIT 328 KiB
Languages
C 83.4%
Roff 11%
Makefile 5.6%