summaryrefslogtreecommitdiffstats
path: root/gimp/gimprc
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-05-10 14:54:30 +0000
committerOlivier Blin <oblin@mandriva.com>2007-05-10 14:54:30 +0000
commitdef0c039760812f9d12c055adeb95b2903b6da1b (patch)
tree9d5e8543ee89510bd944c4c74ec98dc22dff9eec /gimp/gimprc
downloadtheme-def0c039760812f9d12c055adeb95b2903b6da1b.tar
theme-def0c039760812f9d12c055adeb95b2903b6da1b.tar.gz
theme-def0c039760812f9d12c055adeb95b2903b6da1b.tar.bz2
theme-def0c039760812f9d12c055adeb95b2903b6da1b.tar.xz
theme-def0c039760812f9d12c055adeb95b2903b6da1b.zip
re-import mandriva-theme after SVN loss
Diffstat (limited to 'gimp/gimprc')
-rw-r--r--gimp/gimprc17
1 files changed, 17 insertions, 0 deletions
diff --git a/gimp/gimprc b/gimp/gimprc
new file mode 100644
index 0000000..7e6556b
--- /dev/null
+++ b/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