# 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.

(global-brush no)
(global-dynamics no)
(global-pattern no)
(global-gradient no)
(default-image
    (width 1748)
    (height 2480)
    (unit millimeters)
    (xresolution 300)
    (yresolution 300)
    (resolution-unit inches)
    (image-type rgb)
    (precision u8-non-linear)
    (color-managed yes)
    (color-profile NULL)
    (fill-type background)
    (comment "Created with GIMP"))
(default-grid
    (style fg-color)
    (fgcolor (color-rgba 0 0 0 1))
    (bgcolor (color-rgba 1 1 1 1))
    (xspacing 30)
    (yspacing 30)
    (spacing-unit inches)
    (xoffset 0)
    (yoffset 0)
    (offset-unit inches))
(undo-levels 50)
(undo-preview-size small)
(layer-preview-size small)
(thumbnail-filesize-limit 1024k)
(save-document-history no)
(import-promote-float yes)
(import-add-alpha yes)
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
(export-file-type jpg)
(export-color-profile no)
(export-metadata-exif no)
(export-metadata-xmp no)
(export-metadata-iptc no)
(debug-policy never)
(default-show-all yes)
(default-dot-for-dot no)
(monitor-xresolution 112)
(monitor-yresolution 113)
(navigation-preview-size small)
(default-view
    (show-menubar yes)
    (show-statusbar no)
    (show-rulers no)
    (show-scrollbars yes)
    (show-selection yes)
    (show-layer-boundary yes)
    (show-canvas-boundary yes)
    (show-guides yes)
    (show-grid no)
    (show-sample-points yes)
    (snap-to-guides yes)
    (snap-to-grid no)
    (snap-to-canvas no)
    (snap-to-path no)
    (padding-mode light-check)
    (padding-color (color-rgb 1 1 1))
    (padding-in-show-all no))
(default-fullscreen-view
    (show-menubar yes)
    (show-statusbar no)
    (show-rulers no)
    (show-scrollbars yes)
    (show-selection yes)
    (show-layer-boundary yes)
    (show-canvas-boundary yes)
    (show-guides yes)
    (show-grid no)
    (show-sample-points yes)
    (snap-to-guides yes)
    (snap-to-grid no)
    (snap-to-canvas no)
    (snap-to-path no)
    (padding-mode light-check)
    (padding-color (color-rgb 1 1 1))
    (padding-in-show-all no))
(space-bar-action none)
(move-tool-changes-active yes)
(toolbox-foo-area yes)
(toolbox-wilber no)

(icon-theme "Color")
(color-profile-policy convert)
(layer-new-name "Arrow")
(layer-add-mask-type black)
(fill-options
    (style fg-color)
    (antialias yes)
    (feather no)
    (feather-radius 10))
(stroke-options
    (style fg-color)
    (antialias yes)
    (feather no)
    (feather-radius 10)
    (method line)
    (width 6)
    (unit pixels)
    (cap-style round)
    (join-style miter)
    (miter-limit 20)
    (dash-offset 0)
    (dash-info 0)
    (emulate-brush-dynamics no))


# end of gimprc
