5150e677a9
particular no justification for why the current behaviour is wrong
9 lines
227 B
Bash
9 lines
227 B
Bash
#!/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 &
|