Remove useless test for DISPLAY number.
This script is only run by xenodm for DISPLAY=:0
This commit is contained in:
parent
d39b1994a3
commit
ebae2cc3f5
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: Xsetup_0,v 1.3 2017/09/05 17:48:07 deraadt Exp $
|
||||
if [ "$DISPLAY" = ":0" -o "$DISPLAY" = ":0.0" ]
|
||||
then
|
||||
xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
|
||||
fi
|
||||
# $OpenBSD: Xsetup_0,v 1.4 2018/07/16 06:52:00 matthieu Exp $
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
|
||||
#sxpm OpenBSD.xpm &
|
||||
@bindir@/xconsole -geometry 480x130-0-0 -daemon -notify \
|
||||
-verbose -fn fixed -exitOnFail
|
||||
|
||||
#@bindir@/sxpm OpenBSD.xpm &
|
||||
|
Loading…
Reference in New Issue
Block a user