Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-16 | Allow selecting the colors on command line. | Markus Teich | |
Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2013-12-01 | select or open new tab with Ctrl-T | Markus Teich | |
The default config will display all open tabs in dmenu. You can either select one of them, or if you enter a string, that does not start with „0x“, tabbed will open a new tab and run the command specified at tabbed-startup but append the entered string to the command first. With tabbed -r 2 surf -e '' you can hit Ctrl-T and either select an already opened tab or enter an URL, which will be opened in a new tab with surf. Signed-off-by: Christoph Lohmann <20h@r-36.net> | |||
2012-12-25 | Adding an option to do relative new position. And fixing tab position. | Christoph Lohmann | |
Thanks Kyle Kramer for the suggestion! | |||
2012-12-03 | Adding fullscreen mode to tabbed. | Christoph Lohmann | |
2012-11-25 | New windows should be in the foreground. | Christoph Lohmann | |
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. | |||
2011-11-20 | new default colour scheme | Connor Lane Smith | |
2011-05-06 | added generic client support (thanks Stephen) | Connor Lane Smith | |
2010-02-16 | improved focus handling | Enno Boland (tox) | |
2009-12-15 | tabbed remembers last viewed tab; open new tabs focused/unfocused can be ↵ | Enno Boland (tox) | |
configured now. | |||
2009-10-28 | using dwms/dmenus colors. | Enno Boland (tox) | |
2009-10-27 | fixing bindings to move() | Enno Boland (tox) | |
2009-10-26 | code cleaning, windows are properly closed on exit; if last client quits, exit | Enno Boland (tox) | |
2009-09-23 | storing windowId in char[] variable. | Enno Boland (tox) | |
2009-09-22 | fixing config.def.h | Enno Boland (tox) | |
2009-09-08 | removing autostart. using stdin instead. | Enno Boland (tox) | |
2009-09-08 | added classhints, tab-clicking works again. | Enno Boland (tox) | |
2009-09-08 | tabbed works. | Enno Boland (tox) | |
2009-09-08 | implementing spawntab(), rewriting run() | Enno Boland (tox) | |
2009-09-07 | adding killclient, removing wmhints | Enno Boland (tox) | |
2009-09-07 | removing surf-stuff, distributing tabbed on its own. | Enno Boland (tox) | |
2009-09-07 | merge | Enno Boland (tox) | |
2009-09-07 | changing keybindings | Enno Boland (tox) | |
2009-09-07 | event system works, some code arranging | Enno Boland (tox) | |
2009-09-07 | start writing tabbed. | Enno Boland (tox) | |
2009-09-07 | moving config.h to config.def.h. | Enno Boland (tox) | |