summaryrefslogtreecommitdiff
path: root/skel/.config/GIMP/2.10/gimprc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-07-23 00:14:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-07-23 00:14:13 +0100
commit13de68b0f27c7b328b27f55f38a781f5de8fb93a (patch)
treefcc5aca3b4e7976a076528337def64399f226e6c /skel/.config/GIMP/2.10/gimprc
parentafc07adce9bb0fabe8d0610671b25d94c30a8a20 (diff)
* lxqt : increase font size from 8 to 10
* lxqt : replace deprecated clock plugin with worldclock plugin * gimp : use system theme by default * gtk : increase font size from 8 to 10 * misc : various other updates
Diffstat (limited to 'skel/.config/GIMP/2.10/gimprc')
-rw-r--r--skel/.config/GIMP/2.10/gimprc35
1 files changed, 35 insertions, 0 deletions
diff --git a/skel/.config/GIMP/2.10/gimprc b/skel/.config/GIMP/2.10/gimprc
new file mode 100644
index 0000000..16ca155
--- /dev/null
+++ b/skel/.config/GIMP/2.10/gimprc
@@ -0,0 +1,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