53 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# GIMP gimprc
 | 
						|
#
 | 
						|
# personal gimprc file, takes precedence over values in system-wide gimprc
 | 
						|
# if changing within gimp, make sure i copy those settings into my dotfiles src_files
 | 
						|
 | 
						|
(prev-language "en-US")
 | 
						|
(config-version "3.0.6")
 | 
						|
(default-image
 | 
						|
    (width 2480)
 | 
						|
    (height 1748)
 | 
						|
    (unit pixels)
 | 
						|
    (xresolution 300)
 | 
						|
    (yresolution 300)
 | 
						|
    (resolution-unit inches)
 | 
						|
    (image-type rgb)
 | 
						|
    (precision u8-non-linear)
 | 
						|
    (color-profile NULL)
 | 
						|
    (simulation-profile NULL)
 | 
						|
    (simulation-bpc no)
 | 
						|
    (simulation-intent relative-colorimetric)
 | 
						|
    (fill-type background)
 | 
						|
    (comment ""))
 | 
						|
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
 | 
						|
(check-updates no)
 | 
						|
(check-update-timestamp 1759871981)
 | 
						|
(monitor-xresolution 129)
 | 
						|
(monitor-yresolution 129)
 | 
						|
(show-welcome-dialog no)
 | 
						|
(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
 |