Commit graph

25 commits

Author SHA1 Message Date
Markus Teich a1aa453e99 select or open new tab with Ctrl-T
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>
2013-12-01 20:03:40 +01:00
Christoph Lohmann 94add5a96d Adding an option to do relative new position. And fixing tab position.
Thanks Kyle Kramer for the suggestion!
2012-12-25 23:48:28 +01:00
Christoph Lohmann 29c5878d4c Adding fullscreen mode to tabbed. 2012-12-03 21:28:02 +01:00
Christoph Lohmann cc1b72371a New windows should be in the foreground. 2012-11-25 23:04:22 +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
Connor Lane Smith b917de2bc6 new default colour scheme 2011-11-20 16:15:34 +01:00
Connor Lane Smith 214992a9ba added generic client support (thanks Stephen) 2011-05-06 21:40:53 +01:00
Enno Boland (tox) 13e3aca1cb improved focus handling 2010-02-16 19:53:03 +01:00
Enno Boland (tox) c6be3a7d9f tabbed remembers last viewed tab; open new tabs focused/unfocused can be configured now. 2009-12-15 09:26:01 +01:00
Enno Boland (tox) 12a1449305 using dwms/dmenus colors. 2009-10-28 12:09:37 +01:00
Enno Boland (tox) 6226c66c3a fixing bindings to move() 2009-10-27 21:07:45 +01:00
Enno Boland (tox) 89622e41b2 code cleaning, windows are properly closed on exit; if last client quits, exit 2009-10-26 16:50:38 +01:00
Enno Boland (tox) 204af1549b storing windowId in char[] variable. 2009-09-23 11:24:11 +02:00
Enno Boland (tox) e65f4837ca fixing config.def.h 2009-09-22 20:28:20 +02:00
Enno Boland (tox) ad9b0d6ea6 removing autostart. using stdin instead. 2009-09-08 16:24:13 +02:00
Enno Boland (tox) 9ed035a5c1 added classhints, tab-clicking works again. 2009-09-08 15:55:23 +02:00
Enno Boland (tox) 21ae332817 tabbed works. 2009-09-08 11:30:08 +02:00
Enno Boland (tox) 92571a0887 implementing spawntab(), rewriting run() 2009-09-08 00:06:46 +02:00
Enno Boland (tox) 6c5acb1b1e adding killclient, removing wmhints 2009-09-07 22:21:27 +02:00
Enno Boland (tox) 6e9420683a removing surf-stuff, distributing tabbed on its own. 2009-09-07 16:25:51 +02:00
Enno Boland (tox) 5af6007d6d merge 2009-09-07 14:29:23 +02:00
Enno Boland (tox) 151d29c5c3 changing keybindings 2009-09-07 14:28:43 +02:00
Enno Boland (tox) 2f2e21c0bb event system works, some code arranging 2009-09-07 14:21:26 +02:00
Enno Boland (tox) 7d000b3e26 start writing tabbed. 2009-09-07 13:22:41 +02:00
Enno Boland (tox) a1b70380db moving config.h to config.def.h. 2009-09-07 11:43:31 +02:00
Renamed from config.h (Browse further)