commit 995dfc5a3a3364275358d73bccb2010abf27d9ba parent a7578789d6bbbee09ac635ca4077e80005ca4f7c Author: hhvn <dev@hhvn.uk> Date: Sat, 15 Jan 2022 16:43:11 +0000 config.h: make focusnew true by default Diffstat:
M | config.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.h b/config.h @@ -15,9 +15,9 @@ static const int tabwidth = 200; static const int sepwidth = 1; static const Bool foreground = True; static Bool urgentswitch = False; -static Bool focusnew = True; /* focus on a newly embedded window */ -static const Bool mainselectcol = True; /* only colour windows as selected - if main window selected */ +static Bool focusnew = False; /* focus on a newly embedded window */ +static const Bool mainselectcol = True; /* only colour windows as selected + if main window selected */ /* * Where to place a new tab when it is opened. When npisrelative is True,