Fix spelling of provided
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Fixing the position parameter and adding the documentation for it.
Adding the -c option to close on last client close.
Thanks for the suggestion by Kyle Kramer!
Adding fullscreen mode to tabbed.
Correcting the lastsel handling in tabbed. It should be more predictable now.
Add the -f flag, which tells tabbed to run the given command again, in case
the last tab is closed.
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.
Allowing a different position for the window id. Thanks David Galos!
Enable easier tabbed handling with the xid.
Allow no automatic spawning of the command.
Adding manpage fix from Connor Lane Smith. Thanks ;)
adding manpage and README.