diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-07-04 13:32:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:44 +0200 |
commit | 2ec5abc6544675da188055881cc34d663dab850c (patch) | |
tree | 44f703b0c16bccaf36496bebf9b456d1bb9241ae | |
parent | ef1b56a2b5387f3777c8737bb0e682c69efc9632 (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-- | config/Xsetup_0 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Xsetup_0 b/config/Xsetup_0 index b9cae5c..dfb3e4e 100644 --- a/config/Xsetup_0 +++ b/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: # |