1
1
Fork 0

Switch to xscreensaver

This commit is contained in:
Jonathan Schleifer 2020-12-31 05:25:48 +00:00
parent bb74730c68
commit ce676b8aba
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,5 @@
export LC_ALL="de_DE.UTF-8"
if [ "$(uname)" = "NetBSD" ]; then
echo "EXECUTING" >/tmp/foo
xset fp+ /usr/pkg/share/fonts/X11/misc
@ -12,8 +14,9 @@ elif [ "$(uname)" = "OpenBSD" ]; then
fi
xmodmap "$HOME/.Xmodmap"
if type -q xidle && type -q xlock; then
xidle -program "$(which xlock) -usefirst" -timeout 300 &
if type -q xscreensaver; then
xscreensaver &
fi
exec ssh-agent ctwm -W