blob: 16ca155ac0891ad5fa9a71f073099ba4020717a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# 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.
(import-raw-plug-in "${gimp_plug_in_dir}/plug-ins/gimp-org-file-raw-placeholder/gimp-org-file-raw-placeholder")
(monitor-xresolution 102.000000)
(monitor-yresolution 102.000000)
(theme "System")
(icon-theme "Symbolic-Inverted")
(fill-options
(style solid)
(antialias yes)
(feather no)
(feather-radius 10.000000))
(stroke-options
(style solid)
(antialias yes)
(feather no)
(feather-radius 10.000000)
(method line)
(width 6.000000)
(unit pixels)
(cap-style butt)
(join-style miter)
(miter-limit 10.000000)
(dash-offset 0.000000)
(dash-info 0)
(emulate-brush-dynamics no))
# end of gimprc
|