9 lines
170 B
Text
9 lines
170 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
# $OpenBSD: Xreset.in,v 1.5 2018/07/15 09:58:03 matthieu Exp $
|
||
|
#
|
||
|
prefix="@prefix@"
|
||
|
exec_prefix="@exec_prefix@"
|
||
|
|
||
|
@bindir@/sessreg -d -l $DISPLAY -u none $USER
|