summaryrefslogtreecommitdiffstats
path: root/gimp/gimprc
diff options
context:
space:
mode:
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