Adding a geometry flag to tabbed.
Thanks for the hint Thorsten Glaser!
Don't set cmd[0] to the window ID
Ahoy,
the attached patch fixes a tiny issue with tabbed. When running it
without a command and having it run spawn(), it tried to execute its
window ID as a command. While most people probably don't have
executables called 341123 or the like in their path, I think that is not
exactly intended. The following patch fixes that:
From c7ade36f8ef6429546ad89bc9ab479fa44c4790a Mon Sep 17 00:00:00 2001
From: Gregor Best <gbe@ring0.de>
Date: Sun, 7 Jul 2013 20:36:06 +0200
Subject: [PATCH] Don't set cmd[0] to the window ID
Starting tabbed without a command sets cmd[0] to the window ID of
tabbed. This leads to funky errors such as "execvp: <ID> failed: no such
file or directory" when running spawn().
Signed-off-by: Gregor Best <gbe@ring0.de>
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Noone likes -Wextra.
I don't have the time to care for X11 that much.
Making the license fetishists happy.
Adding more warnings and no debugging symbols.
Thanks Joerg Jung!
Fix issue with clicks on the tabbed border.
Thanks David Dufberg Tøttrup <david@dufberg.se>!
Fix spelling of provided
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Making tabbed convert the title string to native.
Thanks "Markus Wichmann" <nullplan@gmx.net>!
Allowing xterm again to be run in tabbed.
Thanks "Oleg O. Chukaev" <oleg.chukaev@mail.ru> for reporting this!
Fixing the position parameter and adding the documentation for it.
Fixing the compile warning for setenv.
Setting the XEMBED environment variable.
Thanks Kyle Kramer for the suggestion!
Adding an option to do relative new position. And fixing tab position.
Thanks Kyle Kramer for the suggestion!
Adding the -c option to close on last client close.
Thanks for the suggestion by Kyle Kramer!
Trivial changes to try out the new update filter script.
Just some change I always wanted to apply.
Adding fullscreen mode to tabbed.