[PC-BSD Commits] r14026 - pcbsd/current/system-overlay/usr/local/share/fvwm
svn at pcbsd.org
svn at pcbsd.org
Wed Nov 23 10:47:36 PST 2011
Author: kris
Date: 2011-11-23 10:47:21 -0800 (Wed, 23 Nov 2011)
New Revision: 14026
Modified:
pcbsd/current/system-overlay/usr/local/share/fvwm/config
Log:
Set the default wallpaper in fvwm
Modified: pcbsd/current/system-overlay/usr/local/share/fvwm/config
===================================================================
--- pcbsd/current/system-overlay/usr/local/share/fvwm/config 2011-11-23 18:07:23 UTC (rev 14025)
+++ pcbsd/current/system-overlay/usr/local/share/fvwm/config 2011-11-23 18:47:21 UTC (rev 14026)
@@ -76,9 +76,11 @@
######################## Initialization Functions ############################
AddToFunc StartFunction
+ I Module FvwmButtons
+ + I exec xv -root -quit -max /usr/local/share/wallpapers/pcbsd-default.jpg
AddToFunc InitFunction
+ I exec xsetroot -mod 2 2 -fg rgb:55/40/55 -bg rgb:70/50/70
+ + I exec xv -root -quit -max /usr/local/share/wallpapers/pcbsd-default.jpg
# For some SM-s (like gnome-session) there is an internal background setter.
AddToFunc SessionInitFunction
More information about the Commits
mailing list