Fix gimp configs and launch script for gimp v3
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# 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")
|
||||
(prev-language "en-US")
|
||||
(config-version "3.0.6")
|
||||
(default-image
|
||||
(width 2480)
|
||||
(height 1748)
|
||||
@@ -14,36 +13,28 @@
|
||||
(yresolution 300)
|
||||
(resolution-unit inches)
|
||||
(image-type rgb)
|
||||
(precision u8-gamma)
|
||||
(color-managed yes)
|
||||
(precision u8-non-linear)
|
||||
(color-profile NULL)
|
||||
(simulation-profile NULL)
|
||||
(simulation-bpc no)
|
||||
(simulation-intent relative-colorimetric)
|
||||
(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))
|
||||
(comment ""))
|
||||
(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)
|
||||
(check-update-timestamp 1759871981)
|
||||
(monitor-xresolution 129)
|
||||
(monitor-yresolution 129)
|
||||
(show-welcome-dialog no)
|
||||
(fill-options
|
||||
(style solid)
|
||||
(style fg-color)
|
||||
(custom-style solid-color)
|
||||
(antialias yes)
|
||||
(feather no)
|
||||
(feather-radius 10))
|
||||
(stroke-options
|
||||
(style solid)
|
||||
(style fg-color)
|
||||
(custom-style solid-color)
|
||||
(antialias yes)
|
||||
(feather no)
|
||||
(feather-radius 10)
|
||||
|
Reference in New Issue
Block a user