Commit graph

32 commits

Author SHA1 Message Date
Alessandro Caputo bbcdf1544c Fix minor inconsistency in man page 2017-09-29 21:32:33 +02:00
Christoph Lohmann bc236142fa The forgotten half of the last patch. 2016-04-25 13:53:12 +02:00
Quentin Rameau eb0ff62120 Remove h flag, put usage() in the default case
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2016-01-03 14:11:20 +01:00
Jonas Rabenstein 9d4b71ecad autofocus urgent tabs
When tabbed becomes urgent because one of it tabs becomes urgent, it
may be desireable to automatically focus that tab. As a notification may
be lost, if another notification comes in before you focused tabbed, the
switch is only done, if tabbed is not urgent already.
Moreover, it may be anoying, if you just type into one tab, another tab
gets urgent -therfore focused- and you type into the other tab, you may
switch between autofocus and nofocus using Ctrl-Shift-u.
Maybe it would also be usefull, if there would be an commandline
parameter to toggle that option, but as -u is already used for
urgent-tab-color, i did not implement that.

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:37 +02:00
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
Christoph Lohmann 55dc32b27b Fixing some manpage formatting and formatting in xembed.c. 2015-05-09 21:06:00 +02:00
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
Markus Teich c778de59e3 add urgent color cmdline options
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2014-05-19 19:34:34 +02:00
Christoph Lohmann 7a15235114 Adding conforming documentation of the commandline color support. 2014-01-21 19:43:40 +01:00
Markus Teich e68297ed05 Allow selecting the colors on command line.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-12-16 17:58:26 +01:00
Christoph Lohmann 06f6bade81 Document the new ctrl+t feature. 2013-12-01 20:06:32 +01:00
Christoph Lohmann 361ddc85d5 Fixing the manpage project name.
Thanks Joerg Jung for noticing!
2013-08-21 06:47:51 +02:00
Christoph Lohmann 9b007101f2 Adding a geometry flag to tabbed.
Thanks for the hint Thorsten Glaser!
2013-08-20 18:44:00 +02:00
Michael Stevens e376fac7c1 Fix spelling of provided
Signed-off-by: Christoph Lohmann <20h@r-36.net>
2013-04-18 06:36:59 +02:00
Christoph Lohmann 82fdff0023 Fixing the position parameter and adding the documentation for it. 2012-12-26 00:02:50 +01:00
Christoph Lohmann 39594f1935 Adding the -c option to close on last client close.
Thanks for the suggestion by Kyle Kramer!
2012-12-25 16:50:32 +01:00
Christoph Lohmann 29c5878d4c Adding fullscreen mode to tabbed. 2012-12-03 21:28:02 +01:00
Christoph Lohmann ffa2dbeb64 Correcting the lastsel handling in tabbed. It should be more predictable now. 2012-11-27 20:25:56 +01:00
Christoph Lohmann 5e1c53ad3c Add the -f flag, which tells tabbed to run the given command again, in case
the last tab is closed.
2012-11-26 14:55:26 +01:00
Christoph Lohmann 6f49796250 Changing the single-linked list for clients to a malloc()ed array. This makes
algorithms more efficient, that depend on the number of clients or shuffeling
around. The patch also adds new shortcuts to move tabs in their position. The
default color scheme is changed to the one of the maintainer.
2012-11-25 22:09:55 +01:00
Christoph Lohmann 380c783155 Allowing a different position for the window id. Thanks David Galos! 2012-11-08 21:48:51 +01:00
Christoph Lohmann ef13e0d92e Adding the -n name parameter to set WM_CLASS. Thanks Gavin Wahl
<gavinwahl@gmail.com>!
2012-10-03 07:56:53 +02:00
Christoph Lohmann c4e4f05fa6 Fixing a manpage typo. 2012-04-06 18:45:04 +02:00
Christoph Lohmann 0808cda361 Enable easier tabbed handling with the xid. 2012-04-06 18:42:53 +02:00
Christoph Lohmann c79e339241 Allow no automatic spawning of the command. 2012-02-09 17:39:33 +01:00
Connor Lane Smith 840fd4f327 update documentation 2011-11-20 16:15:48 +01:00
Connor Lane Smith 62f0800d2f update manpage 2011-06-18 14:37:43 +01:00
Enno Boland (tox) 1eab77f33b Fixing manpage 2010-03-24 23:37:46 +01:00
Enno Boland (tox) 190ccec8ce Adding manpage fix from Connor Lane Smith. Thanks ;) 2010-03-24 15:11:59 +01:00
Enno Boland (tox) 5bcb8f5335 small change to tabbed.1 2009-10-30 13:35:42 +01:00
Enno Boland (tox) 7c1b137fdb fixing manpage 2009-10-27 21:07:56 +01:00
Enno Boland (tox) 4bad0d92c9 adding manpage and README. 2009-09-14 14:39:37 +02:00