Add configs for gimp
This commit is contained in:
61
src_files/.config/gimp/gimprc
Normal file
61
src_files/.config/gimp/gimprc
Normal file
@@ -0,0 +1,61 @@
|
||||
# GIMP gimprc
|
||||
#
|
||||
# personal gimprc file, takes precedence over values in system-wide gimprc
|
||||
# most values can be set within gimp by changing options in the preferences dialog
|
||||
# if changing within gimp, make sure i copy those settings into my dotfiles src_files
|
||||
|
||||
(tile-cache-size 4G)
|
||||
(theme "Dark")
|
||||
(default-image
|
||||
(width 2480)
|
||||
(height 1748)
|
||||
(unit pixels)
|
||||
(xresolution 300)
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-gamma)
|
||||
(color-managed yes)
|
||||
(color-profile NULL)
|
||||
(fill-type background)
|
||||
(comment "Created with GIMP"))
|
||||
(default-grid
|
||||
(style dots)
|
||||
(fgcolor (color-rgba 1 1 1 1))
|
||||
(bgcolor (color-rgba 0 0 0 1))
|
||||
(xspacing 10)
|
||||
(yspacing 10)
|
||||
(spacing-unit inches)
|
||||
(xoffset 0)
|
||||
(yoffset 0)
|
||||
(offset-unit inches))
|
||||
(undo-size 1024M)
|
||||
(quick-mask-color (color-rgba 0 0.64095744680851063 0.2932039384336802 0.5))
|
||||
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
|
||||
(debug-policy never)
|
||||
(check-updates no)
|
||||
(check-update-timestamp 1730568274)
|
||||
(monitor-xresolution 129)
|
||||
(monitor-yresolution 129)
|
||||
(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
|
Reference in New Issue
Block a user