SVN: vfmg-ng/trunk: VFMG/DR17_out.pm vfmgrc

sparky sparky at pld-linux.org
Mon Feb 19 12:08:57 CET 2007


Author: sparky
Date: Mon Feb 19 12:08:57 2007
New Revision: 8285

Removed:
   vfmg-ng/trunk/VFMG/DR17_out.pm
Modified:
   vfmg-ng/trunk/vfmgrc
Log:
- allow only 'e17-eap' as output name for old e17 icons, no 'DR17'


Modified: vfmg-ng/trunk/vfmgrc
==============================================================================
--- vfmg-ng/trunk/vfmgrc	(original)
+++ vfmg-ng/trunk/vfmgrc	Mon Feb 19 12:08:57 2007
@@ -78,47 +78,6 @@
 
 ##### per-WM configuration #####
 
-[DR17]	# Enlightenment DR17
-# requires icons scaling
-# realy it can scale icons, but we need to unify them
-icons_scale	= 1
-# DR17 uses png for everything
-icons_oext	= png
-# conflicts with icons_fork
-icons_fork	= 0
-# icons may be large, as DR17 can scale them
-convert	= convert -geometry 64x64 %in %out
-# should be stripped
-strip	= 1
-
-# directory for enlightenment special icons (*.eap)
-icons_dir	= ${HOME}/.e/e/applications/all
-# directory for menu structure
-destdir	= ${HOME}/.e/e/applications/favorite
-
-# DR17 can handle UTF8, and prefers it over locale encoding
-utf	= 1
-
-# example, this way terminal applications will get correct icon
-xterm	= Eterm --name Eterm-%1 --exec %2
-# Eterm class is always Eterm, and can't be changed
-termapp_class	= Eterm
-# window name we just gave
-termapp_name	= Eterm-%1
-
-# prepare text icon using vera fonts
-text_icon	= convert -scale 64x64 -annotate 0,0,2,38 %1 \
-	  -font /usr/share/fonts/TTF/VeraBd.ttf -pointsize 24 \
-	  %in %out
-
-# wcnt stands for Window Class Name Tittle
-# DR17 can use those for identyfying window with application and assign
-# it an icon
-# vfmg by default uses as windows class binary name changing first letter to upper
-# case, but it's not correct in many cases
-wcnt_file	= /usr/share/enlightenment/wcnt.txt;${HOME}/.e/wcnt.txt
-
-
 [blackbox]
 icons	= 0
 icons_full	= 0
@@ -169,6 +128,47 @@
 wcnt_file	= /usr/share/enlightenment/wcnt.txt;${HOME}/.e/wcnt.txt
 
 
+[e17-eap]	# Enlightenment DR17, old icons
+# requires icons scaling
+# realy it can scale icons, but we need to unify them
+icons_scale	= 1
+# DR17 uses png for everything
+icons_oext	= png
+# conflicts with icons_fork
+icons_fork	= 0
+# icons may be large, as DR17 can scale them
+convert	= convert -geometry 64x64 %in %out
+# should be stripped
+strip	= 1
+
+# directory for enlightenment special icons (*.eap)
+icons_dir	= ${HOME}/.e/e/applications/all
+# directory for menu structure
+destdir	= ${HOME}/.e/e/applications/favorite
+
+# DR17 can handle UTF8, and prefers it over locale encoding
+utf	= 1
+
+# example, this way terminal applications will get correct icon
+xterm	= Eterm --name Eterm-%1 --exec %2
+# Eterm class is always Eterm, and can't be changed
+termapp_class	= Eterm
+# window name we just gave
+termapp_name	= Eterm-%1
+
+# prepare text icon using vera fonts
+text_icon	= convert -scale 64x64 -annotate 0,0,2,38 %1 \
+	  -font /usr/share/fonts/TTF/VeraBd.ttf -pointsize 24 \
+	  %in %out
+
+# wcnt stands for Window Class Name Tittle
+# DR17 can use those for identyfying window with application and assign
+# it an icon
+# vfmg by default uses as windows class binary name changing first letter to upper
+# case, but it's not correct in many cases
+wcnt_file	= /usr/share/enlightenment/wcnt.txt;${HOME}/.e/wcnt.txt
+
+
 [enlightenment]	# Enlightenment DR16
 # enlightenment is not scaling icons, and we want it
 icons_scale	= 1


More information about the pld-cvs-commit mailing list