summaryrefslogtreecommitdiffstats
path: root/gimp/gimprc
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2013-08-04 16:06:48 +0000
committerAnne Nicolas <ennael@mageia.org>2013-08-04 16:06:48 +0000
commitb8fca061848039c6bdb629308340e1de3205176b (patch)
tree53aee191f39de05bb00579c40bfa5127a3676dc7 /gimp/gimprc
parent8b76dcbf71fa379d25d3db83a386391f0b9bb3dc (diff)
parentbc2ef72a8c1fc97811d450d0016c44392a43dc4b (diff)
downloadtheme-distro/mga3.tar
theme-distro/mga3.tar.gz
theme-distro/mga3.tar.bz2
theme-distro/mga3.tar.xz
theme-distro/mga3.zip
mageia 3 themedistro/mga3
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