update and remove copilot shit and remove firebase
This commit is contained in:
parent
d9ce42fb84
commit
99a594d189
266 changed files with 16033 additions and 1829 deletions
59
.config/GIMP/2.10/gimprc
Normal file
59
.config/GIMP/2.10/gimprc
Normal file
|
@ -0,0 +1,59 @@
|
|||
# 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-grid
|
||||
(style solid)
|
||||
(fgcolor (color-rgba 0 0 0 1))
|
||||
(bgcolor (color-rgba 1 1 1 1))
|
||||
(xspacing 480)
|
||||
(yspacing 540)
|
||||
(spacing-unit millimeters)
|
||||
(xoffset 0)
|
||||
(yoffset 0)
|
||||
(offset-unit centimeters))
|
||||
(color-management
|
||||
(mode display)
|
||||
(display-profile-from-gdk no)
|
||||
(display-rendering-intent relative-colorimetric)
|
||||
(display-use-black-point-compensation yes)
|
||||
(display-optimize yes)
|
||||
(simulation-rendering-intent perceptual)
|
||||
(simulation-use-black-point-compensation no)
|
||||
(simulation-optimize yes)
|
||||
(simulation-gamut-check no)
|
||||
(out-of-gamut-color (color-rgb 1 0 1))
|
||||
(show-rgb-u8 yes)
|
||||
(show-hsv no)
|
||||
(display-module "CdisplayLcms"))
|
||||
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
|
||||
(monitor-xresolution 143)
|
||||
(monitor-yresolution 144)
|
||||
(layer-new-name "out")
|
||||
(selection-grow-radius 10)
|
||||
(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
|
Loading…
Add table
Add a link
Reference in a new issue