.xinitrc
changeset 582 3412c9885616
parent 544 ee6112ed88da
child 585 c2ceb8111620
--- a/.xinitrc	Wed Oct 31 10:37:37 2012 +0200
+++ b/.xinitrc	Wed Oct 31 11:01:30 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