# 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:
# /app/etc/gimp/2.0/gimprc
# Most values can be set within GIMP by changing some options in the
# Preferences dialog.

(use-opencl yes)
(language "")
(default-image
    (width 1280)
    (height 720)
    (unit pixels)
    (xresolution 72)
    (yresolution 72)
    (resolution-unit inches)
    (image-type rgb)
    (precision u8-gamma)
    (color-managed yes)
    (color-profile NULL)
    (fill-type background)
    (comment "Created with GIMP"))
(undo-levels 10)
(import-add-alpha yes)
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
(monitor-xresolution 81)
(monitor-yresolution 82)
(default-view
    (show-menubar yes)
    (show-statusbar yes)
    (show-rulers yes)
    (show-scrollbars yes)
    (show-selection yes)
    (show-layer-boundary no)
    (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 custom)
    (padding-color (color-rgb 0.098039215686274508 0.098039215686274508 0.098039215686274508))
    (padding-in-show-all no))
(filter-tool-show-color-options yes)
(toolbox-wilber no)
(toolbox-group-menu-mode click)
(selection-border-radius 2)
(fill-options
    (style solid)
    (antialias yes)
    (feather no)
    (feather-radius 10))
(stroke-options
    (style solid)
    (antialias yes)
    (feather no)
    (feather-radius 10)
    (method line)
    (width 10)
    (unit pixels)
    (cap-style round)
    (join-style round)
    (miter-limit 10)
    (dash-offset 0)
    (dash-info 12 1 1 1 1 1 1 1 1 1 1 1 1)
    (emulate-brush-dynamics no))


# end of gimprc
