Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-09 | add xembed wrapper utility | Connor Lane Smith | |
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> | |||
2014-05-19 | add urgent color cmdline options | Markus Teich | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2014-01-21 | Adding conforming documentation of the commandline color support. | Christoph Lohmann | |
2013-12-16 | Allow selecting the colors on command line. | Markus Teich | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2013-12-01 | Document the new ctrl+t feature. | Christoph Lohmann | |
2013-08-21 | Fixing the manpage project name. | Christoph Lohmann | |
Thanks Joerg Jung for noticing! | |||
2013-08-20 | Adding a geometry flag to tabbed. | Christoph Lohmann | |
Thanks for the hint Thorsten Glaser! | |||
2013-04-18 | Fix spelling of provided | Michael Stevens | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2012-12-26 | Fixing the position parameter and adding the documentation for it. | Christoph Lohmann | |
2012-12-25 | Adding the -c option to close on last client close. | Christoph Lohmann | |
Thanks for the suggestion by Kyle Kramer! | |||
2012-12-03 | Adding fullscreen mode to tabbed. | Christoph Lohmann | |
2012-11-27 | Correcting the lastsel handling in tabbed. It should be more predictable now. | Christoph Lohmann | |
2012-11-26 | Add the -f flag, which tells tabbed to run the given command again, in case | Christoph Lohmann | |
the last tab is closed. | |||
2012-11-25 | Changing the single-linked list for clients to a malloc()ed array. This makes | Christoph Lohmann | |
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-08 | Allowing a different position for the window id. Thanks David Galos! | Christoph Lohmann | |
2012-10-03 | Adding the -n name parameter to set WM_CLASS. Thanks Gavin Wahl | Christoph Lohmann | |
<gavinwahl@gmail.com>! | |||
2012-04-06 | Fixing a manpage typo. | Christoph Lohmann | |
2012-04-06 | Enable easier tabbed handling with the xid. | Christoph Lohmann | |
2012-02-09 | Allow no automatic spawning of the command. | Christoph Lohmann | |
2011-11-20 | update documentation | Connor Lane Smith | |
2011-06-18 | update manpage | Connor Lane Smith | |
2010-03-24 | Fixing manpage | Enno Boland (tox) | |
2010-03-24 | Adding manpage fix from Connor Lane Smith. Thanks ;) | Enno Boland (tox) | |
2009-10-30 | small change to tabbed.1 | Enno Boland (tox) | |
2009-10-27 | fixing manpage | Enno Boland (tox) | |
2009-09-14 | adding manpage and README. | Enno Boland (tox) | |