Switch to xscreensaver
This commit is contained in:
parent
bb74730c68
commit
ce676b8aba
3 changed files with 9 additions and 2 deletions
7
xinitrc
7
xinitrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue