summaryrefslogtreecommitdiffstats
path: root/trunk/gimp/gimprc
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2013-08-04 16:00:53 +0000
committerAnne Nicolas <ennael@mageia.org>2013-08-04 16:00:53 +0000
commit8b76dcbf71fa379d25d3db83a386391f0b9bb3dc (patch)
tree4dd660d34c384ed41cafea8483f95949c836027c /trunk/gimp/gimprc
parent5386c628f6ba70863c56bc712623618bf3445a7d (diff)
downloadtheme-8b76dcbf71fa379d25d3db83a386391f0b9bb3dc.tar
theme-8b76dcbf71fa379d25d3db83a386391f0b9bb3dc.tar.gz
theme-8b76dcbf71fa379d25d3db83a386391f0b9bb3dc.tar.bz2
theme-8b76dcbf71fa379d25d3db83a386391f0b9bb3dc.tar.xz
theme-8b76dcbf71fa379d25d3db83a386391f0b9bb3dc.zip
mageia 3 theme
Diffstat (limited to 'trunk/gimp/gimprc')
-rw-r--r--trunk/gimp/gimprc17
1 files changed, 17 insertions, 0 deletions
diff --git a/trunk/gimp/gimprc b/trunk/gimp/gimprc
new file mode 100644
index 0000000..7e6556b
--- /dev/null
+++ b/trunk/gimp/gimprc
@@ -0,0 +1,17 @@
+# GIMP gimprc
+#
+# This is your personal gimprc file. Any variable defined in this file takes
+# precedence over the value defined in the system-wide gimprc:
+# /etc/gimp/2.0/gimprc
+# Most values can be set within The GIMP by changing some options in the
+# Preferences dialog.
+
+(gimp_dir "./gimp")
+(script-fu-path "./gimp/scripts:${gimp_dir}/scripts:${gimp_data_dir}/scripts")
+
+(tile-cache-size 256M)
+(monitor-xresolution 81.000000)
+(monitor-yresolution 81.000000)
+(show-tips no)
+
+# end of gimprc