summary refs log tree commit diff
path: root/group.c
diff options
context:
space:
mode:
authorokan <okan>2013-01-10 15:28:11 +0000
committerokan <okan>2013-01-10 15:28:11 +0000
commit62acbee4b3f0bb69db00c070d8b92ed0db2caf5d (patch)
tree78e79769d73b255316dfd7792a66f38fc624d361 /group.c
parent3a7596968b740328c41f6807800d004c75e3c62f (diff)
downloadcwm-62acbee4b3f0bb69db00c070d8b92ed0db2caf5d.tar.gz
cwm-62acbee4b3f0bb69db00c070d8b92ed0db2caf5d.tar.xz
cwm-62acbee4b3f0bb69db00c070d8b92ed0db2caf5d.zip
set the initial group to '1', missed by recent off-by-one group
numbering re-work; discovered the hard way by sthen@.

ok sthen@
Diffstat (limited to 'group.c')
-rw-r--r--group.c2
1 files changed, 1 insertions, 1 deletions
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