]> git.draconx.ca Git - fvwmconf.git/blobdiff - wallpaper
Split the .fvwm directory into global, common, and host-specific subdirectories.
[fvwmconf.git] / wallpaper
diff --git a/wallpaper b/wallpaper
deleted file mode 100644 (file)
index 5855f74..0000000
--- a/wallpaper
+++ /dev/null
@@ -1,26 +0,0 @@
-# Stuff to handle pretty pictures on the background.
-SetEnv SETROOT "fvwm-root -r"
-SetEnv BGFILE  "$[FVWM_USERDIR]/wallpaper$[screen].png"
-SetEnv BGROOT  "$[HOME]/wallpaper"
-
-CopyMenuStyle * MenuWallpaper
-MenuStyle MenuWallpaper ItemFormat "%.2|%5.5c%2.3>%1|"
-
-DestroyMenu MenuWallpaper
-AddToMenu   MenuWallpaper
- + DynamicPopupAction MakeMenuWallpaper
-ChangeMenuStyle MenuWallpaper MenuWallpaper
-
-DestroyFunc MakeMenuWallpaper
-AddToFunc   MakeMenuWallpaper
- + I DestroyMenu recreate MenuWallpaper
- + I AddToMenu MenuWallpaper Wallpaper Title
- + I PipeRead '. $[FVWM_USERDIR]/bgmenu.sh $[BGROOT] MenuWallpaper'
-
-DestroyFunc SetWallpaper
-AddToFunc   SetWallpaper
- + I Exec exec ln -sf "$0" "$[BGFILE]"
- + I Exec exec $[SETROOT] "$[BGFILE]"
-
-AddToFunc InitFunction
- + I Exec exec $[SETROOT] "$[BGFILE]"