Jonas Rabenstein 5d0c5be102 focus urgent tabs
With a lot of open tabs its quite annoying to toggle through all tabs
until reaching the next one with an urgent hint set. Also with using
Ctrl-[0..9] to get to the first 10 tabs, in some cases this may have
disadvantages:
1. with more than 10 tabs, you can not use that quickselection
2. with a small tabbed window, you do not see every tab in the
   statusbar and therefore do not know which tab got urgent

Therefore I created a function, which iterates over all currently
managed tabs, focus the first urgent tab found or stays at the current
tab, if there is no urgent-tab. By default, that function is mapped to
Ctrl-u.

Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2015-08-19 21:17:33 +02:00
2013-06-23 21:09:50 +02:00
2015-08-19 21:17:33 +02:00
2015-01-25 10:52:10 +01:00
2015-05-09 20:03:08 +02:00
2015-05-09 20:03:08 +02:00
2015-08-19 21:17:33 +02:00
2015-08-19 21:17:33 +02:00
2013-05-06 20:28:25 +02:00
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.

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