93 lines
2.3 KiB
Plaintext
93 lines
2.3 KiB
Plaintext
# 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 1920)
|
|
(height 1080)
|
|
(unit pixels)
|
|
(xresolution 300)
|
|
(yresolution 300)
|
|
(resolution-unit inches)
|
|
(image-type rgb)
|
|
(precision u8-gamma)
|
|
(color-managed yes)
|
|
(color-profile NULL)
|
|
(fill-type transparent)
|
|
(comment ""))
|
|
(undo-preview-size medium)
|
|
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
|
|
(monitor-xresolution 58)
|
|
(monitor-yresolution 182)
|
|
(default-view
|
|
(show-menubar no)
|
|
(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 yes)
|
|
(snap-to-path no)
|
|
(padding-mode default)
|
|
(padding-color (color-rgb 1 1 1))
|
|
(padding-in-show-all no))
|
|
(default-fullscreen-view
|
|
(show-menubar no)
|
|
(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 yes)
|
|
(snap-to-path no)
|
|
(padding-mode default)
|
|
(padding-color (color-rgb 1 1 1))
|
|
(padding-in-show-all no))
|
|
(user-manual-online yes)
|
|
(color-profile-policy convert)
|
|
(image-convert-indexed-max-colors 255)
|
|
(image-convert-indexed-dither-type fs)
|
|
(image-convert-indexed-dither-alpha yes)
|
|
(layer-new-name "")
|
|
(layer-add-mask-type selection)
|
|
(selection-feather-radius 4)
|
|
(selection-shrink-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 6)
|
|
(unit pixels)
|
|
(cap-style butt)
|
|
(join-style miter)
|
|
(miter-limit 10)
|
|
(dash-offset 0)
|
|
(dash-info 0)
|
|
(emulate-brush-dynamics no))
|
|
|
|
|
|
# end of gimprc
|