update
This commit is contained in:
parent
3e7a2b2089
commit
3480fa92fe
131 changed files with 12083 additions and 1287 deletions
37
.config/GIMP/3.0/gimprc
Normal file
37
.config/GIMP/3.0/gimprc
Normal file
|
@ -0,0 +1,37 @@
|
|||
# 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/3.0/gimprc
|
||||
# Most values can be set within GIMP by changing some options in the
|
||||
# Preferences dialog.
|
||||
|
||||
(prev-language "American English")
|
||||
(config-version "3.0.0")
|
||||
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
|
||||
(monitor-xresolution 143)
|
||||
(monitor-yresolution 144)
|
||||
(fill-options
|
||||
(style fg-color)
|
||||
(custom-style solid-color)
|
||||
(antialias yes)
|
||||
(feather no)
|
||||
(feather-radius 10))
|
||||
(stroke-options
|
||||
(style fg-color)
|
||||
(custom-style solid-color)
|
||||
(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
|
Loading…
Add table
Add a link
Reference in a new issue