26 Commits

Author SHA1 Message Date
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