Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/layout/.gimp-2.6/gimprc
diff options
context:
space:
mode:
Diffstat (limited to 'layout/.gimp-2.6/gimprc')
-rw-r--r--layout/.gimp-2.6/gimprc33
1 files changed, 33 insertions, 0 deletions
diff --git a/layout/.gimp-2.6/gimprc b/layout/.gimp-2.6/gimprc
new file mode 100644
index 0000000..dec213d
--- /dev/null
+++ b/layout/.gimp-2.6/gimprc
@@ -0,0 +1,33 @@
+# 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 GIMP by changing some options in the
+# Preferences dialog.
+
+(default-image
+ (width 640)
+ (height 400)
+ (unit pixels)
+ (xresolution 72.000000)
+ (yresolution 72.000000)
+ (resolution-unit millimeters)
+ (image-type rgb)
+ (fill-type background-fill)
+ (comment "Created with GIMP"))
+(default-grid
+ (style solid)
+ (fgcolor (color-rgba 0.000000 0.000000 0.000000 1.000000))
+ (bgcolor (color-rgba 1.000000 1.000000 1.000000 1.000000))
+ (xspacing 10.000000)
+ (yspacing 10.000000)
+ (spacing-unit millimeters)
+ (xoffset 0.000000)
+ (yoffset 0.000000)
+ (offset-unit millimeters))
+(monitor-xresolution 201.000000)
+(monitor-yresolution 201.000000)
+
+
+# end of gimprc