From 62acbee4b3f0bb69db00c070d8b92ed0db2caf5d Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 10 Jan 2013 15:28:11 +0000 Subject: [PATCH] set the initial group to '1', missed by recent off-by-one group numbering re-work; discovered the hard way by sthen@. ok sthen@ --- group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group.c b/group.c index d226578..b8bf59a 100644 --- a/group.c +++ b/group.c @@ -160,7 +160,7 @@ group_init(struct screen_ctx *sc) xu_ewmh_net_showing_desktop(sc); xu_ewmh_net_virtual_roots(sc); - group_setactive(sc, 0); + group_setactive(sc, 1); } void