diff -r c4ed974c79ce -r e5b6c947ffab .xinitrc --- a/.xinitrc Mon Oct 22 21:39:52 2012 +0300 +++ b/.xinitrc Wed Oct 31 17:24:50 2012 +0200 @@ -25,6 +25,10 @@ fvwm -cmd "Module FvwmM4 -m4-prefix -m4-prefix-defines $HOME/.fvwm/config" & fi +if command -v xscreensaver; then + xscreensaver -nosplash & +fi + # Last command. exec xterm -geometry 80x42 -name "xinitrc" -e bash -i