vfmg: vfmgrc - commented configuration - preconfigured: E dr17, E ...

sparky sparky at pld-linux.org
Tue Nov 1 21:26:50 CET 2005


Author: sparky                       Date: Tue Nov  1 20:26:50 2005 GMT
Module: vfmg                          Tag: HEAD
---- Log message:
- commented configuration
- preconfigured: E dr17, E dr16 and metisse (i don't know other WMs)

---- Files affected:
vfmg:
   vfmgrc (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: vfmg/vfmgrc
diff -u vfmg/vfmgrc:1.2 vfmg/vfmgrc:1.3
--- vfmg/vfmgrc:1.2	Tue Nov  1 12:44:20 2005
+++ vfmg/vfmgrc	Tue Nov  1 21:26:44 2005
@@ -1,22 +1,93 @@
 # vfmg config
 # $Id$
 
-# general configuration:
-promote = 1
-icons_ext = png
-
-# per-WM configuration:
-[enlightenment]
-icons_scale = 1
-icons_dir = ${HOME}/.enlightenment/icons
-convert = convert -geometry 18x18 %in %out
-xterm = Eterm --name %1 --exec %2
-strip = 1
-clear = 1
+# avaible options:
+#exec	= 0/1
+#exec_full	= 0/1
+#icons	= 0/1
+#icons_full	= 0/1
+#icons_scale	= 0/1
+#icons_dir	= string
+#icons_ext	= string
+#utf	= 0/1
+#encoding	= string
+#clear	= 0/1
+#promote	= 0/1
+#strip	= 0/1
+#nomenu	= 0/1
+#xterm	= string
+#convert	= string
+#full_regen	= 0/1
+#destdir	= string
+
+##### general configuration #####
+# check for executables:
+#exec	= 1
+# full path to executables:
+#exec_full	= 1
+
+icons	= 1
+icons_ext	= png
+
+# mose WMs require locale encoding
+utf	= 0
+encoding	=
+
+# much nicer menu
+#promote	= 1
+# still nice, allways cleared if promote
+#clear	= 1
+# kill "Applications"
+strip	= 1
+
+# terminal exemples
+#xterm	= Eterm --title 'Eterm: %1' --exec %2
+#xterm	= xterm -title 'xterm: %1' -e %2
+#xterm	= gnome-terminal --title='gnome-terminal: %1' --execute %2
+
+#should be setup per WM:
+#icons_dir
+#destdir
+#convert
+#full_regen
+
+
+##### per-WM configuration #####
+
+[DR17]	# Enlightenment DR17
+# requires icons scaling
+# realy it can scale icons, but we nead to unify them
+icons_scale	= 1
+# DR17 uses png for everything
+icons_ext	= png
+# icons may be large, as DR17 can scale them
+convert	= convert -geometry 48x48 %in %out
+
+# difectory to enlightenments special icons (*.eap)
+icons_dir	= ${HOME}/.e/e/applications/all
+# difectory to menu structure
+destdir	= ${HOME}/.e/e/applications/favorite
+
+# DR17 can handle UTF8, and prefers it over locale encoding
+utf	= 1
+
+
+[enlightenment]	# Enlightenment DR16
+# enlightenment is not scaling icons, and we want it
+icons_scale	= 1
+# default icons dir in enlightenment
+icons_dir	= ${HOME}/.enlightenment/icons
+# enli default, good geometry fo most themes
+convert	= convert -geometry 18x18 %in %out
+# most people use Eterm in enlightenment
+#xterm	= Eterm --name %1 --exec %2
 
 [metisse]
-icons_scale = 1
-icons_dir = ${HOME}/.fvwm-metisse/icons
-convert = convert -geometry 21x18 %in %out
-strip = 1
-clear = 1
+# metisse is not scaling icons, and we want them
+icons_scale	= 1
+# iconsdir proposed by sparky
+icons_dir	= ${HOME}/.fvwm-metisse/icons
+# geometry found in wm-icons
+convert	= convert -geometry 21x18 %in %out
+
+# vim: ts=16
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/vfmg/vfmgrc?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list