summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2020-07-04 13:32:51 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2020-07-04 13:32:51 +0000
commit3ec1db1e25c182daaf390ba4baf2499654ac4997 (patch)
tree999480ce5cbd821dcfd5c2c9e029db260189f8fe
parent65133c40780bc173c0da19d4d1a9d2a670308e15 (diff)
Start xconsole after setting the background.
Fixes an issue that causes xconsole to crash reported and fix tested by Joe Gidi. Thanks.
-rw-r--r--app/xenodm/config/Xsetup_06
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xenodm/config/Xsetup_0 b/app/xenodm/config/Xsetup_0
index b9cae5c02..dfb3e4e6f 100644
--- a/app/xenodm/config/Xsetup_0
+++ b/app/xenodm/config/Xsetup_0
@@ -1,10 +1,10 @@
#!/bin/sh
-# $OpenBSD: Xsetup_0,v 1.7 2020/06/28 15:40:48 matthieu Exp $
-
-xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
+# $OpenBSD: Xsetup_0,v 1.8 2020/07/04 13:32:50 matthieu Exp $
xsetroot -fg \#6f6f6f -bg \#bfbfbf -bitmap /usr/X11R6/include/X11/bitmaps/root_weave
+xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
+
# install package openbsd-backgrounds
# then uncomment:
#