summaryrefslogtreecommitdiffstats
path: root/tabbed.1
Commit message (Collapse)AuthorAgeFilesLines
* focus urgent tabsJonas Rabenstein2015-08-191-0/+3
| | | | | | | | | | | | | | | | | | 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>
* Fixing some manpage formatting and formatting in xembed.c.Christoph Lohmann2015-05-091-6/+8
|
* add xembed wrapper utilityConnor Lane Smith2015-05-091-2/+2
| | | | | | | | | 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>
* add urgent color cmdline optionsMarkus Teich2014-05-191-8/+18
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Adding conforming documentation of the commandline color support.Christoph Lohmann2014-01-211-4/+12
|
* Allow selecting the colors on command line.Markus Teich2013-12-161-0/+15
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Document the new ctrl+t feature.Christoph Lohmann2013-12-011-0/+4
|
* Fixing the manpage project name.Christoph Lohmann2013-08-211-1/+2
| | | | Thanks Joerg Jung for noticing!
* Adding a geometry flag to tabbed.Christoph Lohmann2013-08-201-0/+8
| | | | Thanks for the hint Thorsten Glaser!
* Fix spelling of providedMichael Stevens2013-04-181-1/+1
| | | | Signed-off-by: Christoph Lohmann <20h@r-36.net>
* Fixing the position parameter and adding the documentation for it.Christoph Lohmann2012-12-261-0/+12
|
* Adding the -c option to close on last client close.Christoph Lohmann2012-12-251-1/+5
| | | | Thanks for the suggestion by Kyle Kramer!
* Adding fullscreen mode to tabbed.Christoph Lohmann2012-12-031-0/+3
|
* Correcting the lastsel handling in tabbed. It should be more predictable now.Christoph Lohmann2012-11-271-1/+1
|
* Add the -f flag, which tells tabbed to run the given command again, in caseChristoph Lohmann2012-11-261-0/+4
| | | the last tab is closed.
* Changing the single-linked list for clients to a malloc()ed array. This makesChristoph Lohmann2012-11-251-0/+6
| | | | | 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.
* Allowing a different position for the window id. Thanks David Galos!Christoph Lohmann2012-11-081-0/+23
|
* Adding the -n name parameter to set WM_CLASS. Thanks Gavin WahlChristoph Lohmann2012-10-031-0/+6
| | | <gavinwahl@gmail.com>!
* Fixing a manpage typo.Christoph Lohmann2012-04-061-1/+1
|
* Enable easier tabbed handling with the xid.Christoph Lohmann2012-04-061-2/+6
|
* Allow no automatic spawning of the command.Christoph Lohmann2012-02-091-1/+12
|
* update documentationConnor Lane Smith2011-11-201-1/+1
|
* update manpageConnor Lane Smith2011-06-181-18/+15
|
* Fixing manpageEnno Boland (tox)2010-03-241-1/+1
|
* Adding manpage fix from Connor Lane Smith. Thanks ;)Enno Boland (tox)2010-03-241-10/+15
|
* small change to tabbed.1Enno Boland (tox)2009-10-301-1/+1
|
* fixing manpageEnno Boland (tox)2009-10-271-1/+1
|
* adding manpage and README.Enno Boland (tox)2009-09-141-0/+41