tabbed

[fork] xembed tabbing program
Log | Files | Refs | README | LICENSE

commit e4cee4a347519d0a60f7f74fedb21fccce15bf39
parent c45058558543f2792821d91d277455531f341d2c
Author: hhvn <dev@hhvn.uk>
Date:   Sat, 23 Oct 2021 18:12:14 +0100

config.h: focusnew should be true by default

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -14,7 +14,7 @@ static const char titletrim[] = "..."; static const int tabwidth = 200; static const Bool foreground = True; static Bool urgentswitch = False; -static Bool focusnew = False; /* focus on a newly embedded window */ +static Bool focusnew = True; /* focus on a newly embedded window */ /* * Where to place a new tab when it is opened. When npisrelative is True,