xenocara/app/xenodm/config/Xsetup_0

9 lines
227 B
Plaintext
Raw Normal View History

#!/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
#sxpm OpenBSD.xpm &