Giant blob of minor changes
[dotfiles/.git] / .config / GIMP / 2.10 / gimprc
1 # GIMP gimprc
2
3 # This is your personal gimprc file.  Any variable defined in this file takes
4 # precedence over the value defined in the system-wide gimprc:
5 # /app/etc/gimp/2.0/gimprc
6 # Most values can be set within GIMP by changing some options in the
7 # Preferences dialog.
8
9 (use-opencl yes)
10 (language "en_US")
11 (default-image
12     (width 1280)
13     (height 720)
14     (unit pixels)
15     (xresolution 72)
16     (yresolution 72)
17     (resolution-unit inches)
18     (image-type rgb)
19     (precision u8-gamma)
20     (color-managed yes)
21     (color-profile NULL)
22     (fill-type background)
23     (comment "Created with GIMP"))
24 (undo-levels 10)
25 (import-add-alpha yes)
26 (import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/file-raw-placeholder/file-raw-placeholder")
27 (monitor-xresolution 81)
28 (monitor-yresolution 82)
29 (default-view
30     (show-menubar yes)
31     (show-statusbar yes)
32     (show-rulers yes)
33     (show-scrollbars yes)
34     (show-selection yes)
35     (show-layer-boundary no)
36     (show-canvas-boundary yes)
37     (show-guides yes)
38     (show-grid no)
39     (show-sample-points yes)
40     (snap-to-guides yes)
41     (snap-to-grid no)
42     (snap-to-canvas no)
43     (snap-to-path no)
44     (padding-mode default)
45     (padding-color (color-rgb 1 1 1))
46     (padding-in-show-all no))
47 (filter-tool-show-color-options yes)
48 (toolbox-wilber no)
49 (toolbox-group-menu-mode click)
50 (selection-border-radius 2)
51 (fill-options
52     (style solid)
53     (antialias yes)
54     (feather no)
55     (feather-radius 10))
56 (stroke-options
57     (style solid)
58     (antialias yes)
59     (feather no)
60     (feather-radius 10)
61     (method line)
62     (width 10)
63     (unit pixels)
64     (cap-style round)
65     (join-style round)
66     (miter-limit 10)
67     (dash-offset 0)
68     (dash-info 12 1 1 1 1 1 1 1 1 1 1 1 1)
69     (emulate-brush-dynamics no))
70
71
72 # end of gimprc