~kris/suckless

tabbed

ref: 55dc32b27b73c121cab18009bf087e95ef3d9c18 tabbed/config.def.h -rw-r--r-- 2.7 KiB
5dd3d19e — Markus Teich 12 years ago
support urgency wm hints

Signed-off-by: Christoph Lohmann <20h@r-36.net>
e68297ed — Markus Teich 12 years ago
Allow selecting the colors on command line.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
a1aa453e — Markus Teich 12 years ago
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>
94add5a9 — Christoph Lohmann 13 years ago
Adding an option to do relative new position. And fixing tab position.

Thanks Kyle Kramer for the suggestion!
29c5878d — Christoph Lohmann 13 years ago
Adding fullscreen mode to tabbed.
cc1b7237 — Christoph Lohmann 13 years ago
New windows should be in the foreground.
6f497962 — Christoph Lohmann 13 years ago
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.
b917de2b — Connor Lane Smith 14 years ago
new default colour scheme
214992a9 — Connor Lane Smith 15 years ago
added generic client support (thanks Stephen)
13e3aca1 — Enno Boland (tox) 16 years ago
improved focus handling
c6be3a7d — Enno Boland (tox) 16 years ago
tabbed remembers last viewed tab; open new tabs focused/unfocused can be configured now.
12a14493 — Enno Boland (tox) 16 years ago
using dwms/dmenus colors.
6226c66c — Enno Boland (tox) 16 years ago
fixing bindings to move()
89622e41 — Enno Boland (tox) 16 years ago
code cleaning, windows are properly closed on exit; if last client quits, exit
204af154 — Enno Boland (tox) 16 years ago
storing windowId in char[] variable.
e65f4837 — Enno Boland (tox) 16 years ago
fixing config.def.h
ad9b0d6e — Enno Boland (tox) 17 years ago
removing autostart. using stdin instead.
9ed035a5 — Enno Boland (tox) 17 years ago
added classhints, tab-clicking works again.
21ae3328 — Enno Boland (tox) 17 years ago
tabbed works.
92571a08 — Enno Boland (tox) 17 years ago
implementing spawntab(), rewriting run()
Next