From 2b9862f120f08d0d91f344298ae211eb1dae0b06 Mon Sep 17 00:00:00 2001 From: Damien Broqua Date: Fri, 24 Apr 2020 19:06:40 +0200 Subject: [PATCH] Added GIMP and autostart --- config/GIMP/2.10/action-history | 5 + config/GIMP/2.10/colorrc | 7 + config/GIMP/2.10/contextrc | 14 + config/GIMP/2.10/controllerrc | 40 + config/GIMP/2.10/devicerc | 70 + config/GIMP/2.10/dockrc | 4 + config/GIMP/2.10/gtkrc | 24 + config/GIMP/2.10/internal-data/custom.ggr | 4 + config/GIMP/2.10/menurc | 1292 +++++ config/GIMP/2.10/parasiterc | 6 + config/GIMP/2.10/pluginrc | 4481 +++++++++++++++++ config/GIMP/2.10/sessionrc | 86 + config/GIMP/2.10/tags.xml | 2409 +++++++++ config/GIMP/2.10/templaterc | 500 ++ config/GIMP/2.10/themerc | 10 + .../GIMP/2.10/tool-options/gimp-airbrush-tool | 10 + config/GIMP/2.10/tool-options/gimp-align-tool | 4 + .../gimp-brightness-contrast-tool | 4 + .../2.10/tool-options/gimp-bucket-fill-tool | 7 + .../tool-options/gimp-by-color-select-tool | 4 + config/GIMP/2.10/tool-options/gimp-cage-tool | 4 + config/GIMP/2.10/tool-options/gimp-clone-tool | 10 + .../2.10/tool-options/gimp-color-picker-tool | 4 + .../GIMP/2.10/tool-options/gimp-convolve-tool | 9 + config/GIMP/2.10/tool-options/gimp-crop-tool | 4 + .../GIMP/2.10/tool-options/gimp-curves-tool | 4 + .../2.10/tool-options/gimp-dodge-burn-tool | 9 + .../tool-options/gimp-ellipse-select-tool | 4 + .../GIMP/2.10/tool-options/gimp-eraser-tool | 9 + config/GIMP/2.10/tool-options/gimp-flip-tool | 4 + .../tool-options/gimp-foreground-select-tool | 4 + .../2.10/tool-options/gimp-free-select-tool | 4 + .../2.10/tool-options/gimp-fuzzy-select-tool | 4 + config/GIMP/2.10/tool-options/gimp-gegl-tool | 4 + .../GIMP/2.10/tool-options/gimp-gradient-tool | 7 + .../tool-options/gimp-handle-transform-tool | 4 + config/GIMP/2.10/tool-options/gimp-heal-tool | 9 + config/GIMP/2.10/tool-options/gimp-ink-tool | 6 + .../2.10/tool-options/gimp-iscissors-tool | 4 + .../GIMP/2.10/tool-options/gimp-levels-tool | 4 + .../GIMP/2.10/tool-options/gimp-measure-tool | 4 + config/GIMP/2.10/tool-options/gimp-move-tool | 4 + .../2.10/tool-options/gimp-mypaint-brush-tool | 7 + .../2.10/tool-options/gimp-operation-tool | 4 + .../2.10/tool-options/gimp-paintbrush-tool | 10 + .../GIMP/2.10/tool-options/gimp-pencil-tool | 10 + .../tool-options/gimp-perspective-clone-tool | 10 + .../2.10/tool-options/gimp-perspective-tool | 4 + .../2.10/tool-options/gimp-rect-select-tool | 4 + .../GIMP/2.10/tool-options/gimp-rotate-tool | 4 + config/GIMP/2.10/tool-options/gimp-scale-tool | 4 + config/GIMP/2.10/tool-options/gimp-shear-tool | 4 + .../GIMP/2.10/tool-options/gimp-smudge-tool | 10 + config/GIMP/2.10/tool-options/gimp-text-tool | 6 + .../2.10/tool-options/gimp-threshold-tool | 4 + .../tool-options/gimp-unified-transform-tool | 4 + .../GIMP/2.10/tool-options/gimp-vector-tool | 9 + config/GIMP/2.10/tool-options/gimp-warp-tool | 4 + config/GIMP/2.10/tool-options/gimp-zoom-tool | 4 + config/GIMP/2.10/toolrc | 136 + config/GIMP/2.10/unitrc | 51 + config/autostart/Nextcloud.desktop | 10 + 62 files changed, 9399 insertions(+) create mode 100644 config/GIMP/2.10/action-history create mode 100644 config/GIMP/2.10/colorrc create mode 100644 config/GIMP/2.10/contextrc create mode 100644 config/GIMP/2.10/controllerrc create mode 100644 config/GIMP/2.10/devicerc create mode 100644 config/GIMP/2.10/dockrc create mode 100644 config/GIMP/2.10/gtkrc create mode 100644 config/GIMP/2.10/internal-data/custom.ggr create mode 100644 config/GIMP/2.10/menurc create mode 100644 config/GIMP/2.10/parasiterc create mode 100644 config/GIMP/2.10/pluginrc create mode 100644 config/GIMP/2.10/sessionrc create mode 100644 config/GIMP/2.10/tags.xml create mode 100644 config/GIMP/2.10/templaterc create mode 100644 config/GIMP/2.10/themerc create mode 100644 config/GIMP/2.10/tool-options/gimp-airbrush-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-align-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-brightness-contrast-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-bucket-fill-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-by-color-select-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-cage-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-clone-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-color-picker-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-convolve-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-crop-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-curves-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-dodge-burn-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-ellipse-select-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-eraser-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-flip-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-foreground-select-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-free-select-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-gegl-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-gradient-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-handle-transform-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-heal-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-ink-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-iscissors-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-levels-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-measure-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-move-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-operation-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-paintbrush-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-pencil-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-perspective-clone-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-perspective-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-rect-select-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-rotate-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-scale-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-shear-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-smudge-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-text-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-threshold-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-unified-transform-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-vector-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-warp-tool create mode 100644 config/GIMP/2.10/tool-options/gimp-zoom-tool create mode 100644 config/GIMP/2.10/toolrc create mode 100644 config/GIMP/2.10/unitrc create mode 100644 config/autostart/Nextcloud.desktop diff --git a/config/GIMP/2.10/action-history b/config/GIMP/2.10/action-history new file mode 100644 index 0000000..5b78270 --- /dev/null +++ b/config/GIMP/2.10/action-history @@ -0,0 +1,5 @@ +# GIMP action-history + +(history-item "file-quit" 1) + +# end of action-history diff --git a/config/GIMP/2.10/colorrc b/config/GIMP/2.10/colorrc new file mode 100644 index 0000000..55bd126 --- /dev/null +++ b/config/GIMP/2.10/colorrc @@ -0,0 +1,7 @@ +# GIMP colorrc +# +# This file holds a list of recently used colors. + +(color-history) + +# end of colorrc diff --git a/config/GIMP/2.10/contextrc b/config/GIMP/2.10/contextrc new file mode 100644 index 0000000..402d194 --- /dev/null +++ b/config/GIMP/2.10/contextrc @@ -0,0 +1,14 @@ +# GIMP user context + +(tool "gimp-crop-tool") +(paint-info "gimp-paintbrush") +(brush "2. Hardness 050") +(dynamics "Dynamics Off") +(mybrush "Standard") +(pattern "Pine") +(gradient "FG to BG (RGB)") +(palette "Color History") +(font "Sans-serif") +(tool-preset "Core Pointer") + +# end of user context diff --git a/config/GIMP/2.10/controllerrc b/config/GIMP/2.10/controllerrc new file mode 100644 index 0000000..932e26c --- /dev/null +++ b/config/GIMP/2.10/controllerrc @@ -0,0 +1,40 @@ +# GIMP controllerrc +# +# This file will be entirely rewritten each time you exit. + +(GimpControllerInfo "Main Mouse Wheel" + (icon-name "gimp-controller-wheel") + (enabled yes) + (debug-events no) + (controller "GimpControllerWheel") + (mapping + (map "scroll-down-primary-alt" "tools-size-decrease") + (map "scroll-down-alt" "tools-opacity-decrease") + (map "scroll-down-shift-primary-alt" "tools-spacing-decrease") + (map "scroll-up-shift-primary-alt" "tools-spacing-increase") + (map "scroll-up-primary-alt" "tools-size-increase") + (map "scroll-up-shift-primary" "tools-aspect-increase") + (map "scroll-up-alt" "tools-opacity-increase") + (map "scroll-up-shift-alt" "tools-angle-increase") + (map "scroll-down-shift-alt" "tools-angle-decrease") + (map "scroll-down-shift-primary" "tools-aspect-decrease"))) +(GimpControllerInfo "Main Keyboard" + (icon-name "gimp-controller-keyboard") + (enabled yes) + (debug-events no) + (controller "GimpControllerKeyboard") + (mapping + (map "cursor-left-alt" "tools-size-decrease") + (map "cursor-right-shift" "view-scroll-page-right") + (map "cursor-left-shift" "view-scroll-page-left") + (map "cursor-right-alt" "tools-size-increase") + (map "cursor-up-shift" "view-scroll-page-up") + (map "cursor-up-primary" "view-scroll-top-border") + (map "cursor-up-alt" "tools-size-increase-skip") + (map "cursor-right-primary" "view-scroll-right-border") + (map "cursor-down-shift" "view-scroll-page-down") + (map "cursor-down-primary" "view-scroll-bottom-border") + (map "cursor-left-primary" "view-scroll-left-border") + (map "cursor-down-alt" "tools-size-decrease-skip"))) + +# end of controllerrc diff --git a/config/GIMP/2.10/devicerc b/config/GIMP/2.10/devicerc new file mode 100644 index 0000000..d1a9adc --- /dev/null +++ b/config/GIMP/2.10/devicerc @@ -0,0 +1,70 @@ +# GIMP devicerc + +(GimpDeviceInfo "Core Pointer" + (icon-name "gimp-cursor") + (name "Core Pointer") + (tool-options "GimpCropOptions" + (tool "gimp-crop-tool")) + (use-fg-bg no) + (use-brush no) + (use-dynamics no) + (use-mypaint-brush no) + (use-gradient no) + (use-pattern no) + (use-palette no) + (use-font no) + (mode screen) + (axes 2 x y) + (keys 0) + (pressure-curve + (curve-type smooth) + (n-points 17) + (points 34 0.000000 0.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 1.000000 1.000000) + (n-samples 256) + (samples 256 0.000000 0.003922 0.007843 0.011765 0.015686 0.019608 0.023529 0.027451 0.031373 0.035294 0.039216 0.043137 0.047059 0.050980 0.054902 0.058824 0.062745 0.066667 0.070588 0.074510 0.078431 0.082353 0.086275 0.090196 0.094118 0.098039 0.101961 0.105882 0.109804 0.113725 0.117647 0.121569 0.125490 0.129412 0.133333 0.137255 0.141176 0.145098 0.149020 0.152941 0.156863 0.160784 0.164706 0.168627 0.172549 0.176471 0.180392 0.184314 0.188235 0.192157 0.196078 0.200000 0.203922 0.207843 0.211765 0.215686 0.219608 0.223529 0.227451 0.231373 0.235294 0.239216 0.243137 0.247059 0.250980 0.254902 0.258824 0.262745 0.266667 0.270588 0.274510 0.278431 0.282353 0.286275 0.290196 0.294118 0.298039 0.301961 0.305882 0.309804 0.313725 0.317647 0.321569 0.325490 0.329412 0.333333 0.337255 0.341176 0.345098 0.349020 0.352941 0.356863 0.360784 0.364706 0.368627 0.372549 0.376471 0.380392 0.384314 0.388235 0.392157 0.396078 0.400000 0.403922 0.407843 0.411765 0.415686 0.419608 0.423529 0.427451 0.431373 0.435294 0.439216 0.443137 0.447059 0.450980 0.454902 0.458824 0.462745 0.466667 0.470588 0.474510 0.478431 0.482353 0.486275 0.490196 0.494118 0.498039 0.501961 0.505882 0.509804 0.513725 0.517647 0.521569 0.525490 0.529412 0.533333 0.537255 0.541176 0.545098 0.549020 0.552941 0.556863 0.560784 0.564706 0.568627 0.572549 0.576471 0.580392 0.584314 0.588235 0.592157 0.596078 0.600000 0.603922 0.607843 0.611765 0.615686 0.619608 0.623529 0.627451 0.631373 0.635294 0.639216 0.643137 0.647059 0.650980 0.654902 0.658824 0.662745 0.666667 0.670588 0.674510 0.678431 0.682353 0.686275 0.690196 0.694118 0.698039 0.701961 0.705882 0.709804 0.713725 0.717647 0.721569 0.725490 0.729412 0.733333 0.737255 0.741176 0.745098 0.749020 0.752941 0.756863 0.760784 0.764706 0.768627 0.772549 0.776471 0.780392 0.784314 0.788235 0.792157 0.796078 0.800000 0.803922 0.807843 0.811765 0.815686 0.819608 0.823529 0.827451 0.831373 0.835294 0.839216 0.843137 0.847059 0.850980 0.854902 0.858824 0.862745 0.866667 0.870588 0.874510 0.878431 0.882353 0.886275 0.890196 0.894118 0.898039 0.901961 0.905882 0.909804 0.913725 0.917647 0.921569 0.925490 0.929412 0.933333 0.937255 0.941176 0.945098 0.949020 0.952941 0.956863 0.960784 0.964706 0.968627 0.972549 0.976471 0.980392 0.984314 0.988235 0.992157 0.996078 1.000000))) +(GimpDeviceInfo "TPPS/2 IBM TrackPoint" + (icon-name "gimp-cursor") + (name "TPPS/2 IBM TrackPoint") + (tool-options "GimpCropOptions" + (tool "gimp-crop-tool")) + (use-fg-bg no) + (use-brush no) + (use-dynamics no) + (use-mypaint-brush no) + (use-gradient no) + (use-pattern no) + (use-palette no) + (use-font no) + (mode disabled) + (axes 4 x y pressure xtilt) + (keys 0) + (pressure-curve + (curve-type smooth) + (n-points 17) + (points 34 0.000000 0.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 1.000000 1.000000) + (n-samples 256) + (samples 256 0.000000 0.003922 0.007843 0.011765 0.015686 0.019608 0.023529 0.027451 0.031373 0.035294 0.039216 0.043137 0.047059 0.050980 0.054902 0.058824 0.062745 0.066667 0.070588 0.074510 0.078431 0.082353 0.086275 0.090196 0.094118 0.098039 0.101961 0.105882 0.109804 0.113725 0.117647 0.121569 0.125490 0.129412 0.133333 0.137255 0.141176 0.145098 0.149020 0.152941 0.156863 0.160784 0.164706 0.168627 0.172549 0.176471 0.180392 0.184314 0.188235 0.192157 0.196078 0.200000 0.203922 0.207843 0.211765 0.215686 0.219608 0.223529 0.227451 0.231373 0.235294 0.239216 0.243137 0.247059 0.250980 0.254902 0.258824 0.262745 0.266667 0.270588 0.274510 0.278431 0.282353 0.286275 0.290196 0.294118 0.298039 0.301961 0.305882 0.309804 0.313725 0.317647 0.321569 0.325490 0.329412 0.333333 0.337255 0.341176 0.345098 0.349020 0.352941 0.356863 0.360784 0.364706 0.368627 0.372549 0.376471 0.380392 0.384314 0.388235 0.392157 0.396078 0.400000 0.403922 0.407843 0.411765 0.415686 0.419608 0.423529 0.427451 0.431373 0.435294 0.439216 0.443137 0.447059 0.450980 0.454902 0.458824 0.462745 0.466667 0.470588 0.474510 0.478431 0.482353 0.486275 0.490196 0.494118 0.498039 0.501961 0.505882 0.509804 0.513725 0.517647 0.521569 0.525490 0.529412 0.533333 0.537255 0.541176 0.545098 0.549020 0.552941 0.556863 0.560784 0.564706 0.568627 0.572549 0.576471 0.580392 0.584314 0.588235 0.592157 0.596078 0.600000 0.603922 0.607843 0.611765 0.615686 0.619608 0.623529 0.627451 0.631373 0.635294 0.639216 0.643137 0.647059 0.650980 0.654902 0.658824 0.662745 0.666667 0.670588 0.674510 0.678431 0.682353 0.686275 0.690196 0.694118 0.698039 0.701961 0.705882 0.709804 0.713725 0.717647 0.721569 0.725490 0.729412 0.733333 0.737255 0.741176 0.745098 0.749020 0.752941 0.756863 0.760784 0.764706 0.768627 0.772549 0.776471 0.780392 0.784314 0.788235 0.792157 0.796078 0.800000 0.803922 0.807843 0.811765 0.815686 0.819608 0.823529 0.827451 0.831373 0.835294 0.839216 0.843137 0.847059 0.850980 0.854902 0.858824 0.862745 0.866667 0.870588 0.874510 0.878431 0.882353 0.886275 0.890196 0.894118 0.898039 0.901961 0.905882 0.909804 0.913725 0.917647 0.921569 0.925490 0.929412 0.933333 0.937255 0.941176 0.945098 0.949020 0.952941 0.956863 0.960784 0.964706 0.968627 0.972549 0.976471 0.980392 0.984314 0.988235 0.992157 0.996078 1.000000))) +(GimpDeviceInfo "Virtual core XTEST pointer" + (icon-name "gimp-cursor") + (name "Virtual core XTEST pointer") + (tool-options "GimpCropOptions" + (tool "gimp-crop-tool")) + (use-fg-bg no) + (use-brush no) + (use-dynamics no) + (use-mypaint-brush no) + (use-gradient no) + (use-pattern no) + (use-palette no) + (use-font no) + (mode disabled) + (axes 2 x y) + (keys 0) + (pressure-curve + (curve-type smooth) + (n-points 17) + (points 34 0.000000 0.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 -1.000000 1.000000 1.000000) + (n-samples 256) + (samples 256 0.000000 0.003922 0.007843 0.011765 0.015686 0.019608 0.023529 0.027451 0.031373 0.035294 0.039216 0.043137 0.047059 0.050980 0.054902 0.058824 0.062745 0.066667 0.070588 0.074510 0.078431 0.082353 0.086275 0.090196 0.094118 0.098039 0.101961 0.105882 0.109804 0.113725 0.117647 0.121569 0.125490 0.129412 0.133333 0.137255 0.141176 0.145098 0.149020 0.152941 0.156863 0.160784 0.164706 0.168627 0.172549 0.176471 0.180392 0.184314 0.188235 0.192157 0.196078 0.200000 0.203922 0.207843 0.211765 0.215686 0.219608 0.223529 0.227451 0.231373 0.235294 0.239216 0.243137 0.247059 0.250980 0.254902 0.258824 0.262745 0.266667 0.270588 0.274510 0.278431 0.282353 0.286275 0.290196 0.294118 0.298039 0.301961 0.305882 0.309804 0.313725 0.317647 0.321569 0.325490 0.329412 0.333333 0.337255 0.341176 0.345098 0.349020 0.352941 0.356863 0.360784 0.364706 0.368627 0.372549 0.376471 0.380392 0.384314 0.388235 0.392157 0.396078 0.400000 0.403922 0.407843 0.411765 0.415686 0.419608 0.423529 0.427451 0.431373 0.435294 0.439216 0.443137 0.447059 0.450980 0.454902 0.458824 0.462745 0.466667 0.470588 0.474510 0.478431 0.482353 0.486275 0.490196 0.494118 0.498039 0.501961 0.505882 0.509804 0.513725 0.517647 0.521569 0.525490 0.529412 0.533333 0.537255 0.541176 0.545098 0.549020 0.552941 0.556863 0.560784 0.564706 0.568627 0.572549 0.576471 0.580392 0.584314 0.588235 0.592157 0.596078 0.600000 0.603922 0.607843 0.611765 0.615686 0.619608 0.623529 0.627451 0.631373 0.635294 0.639216 0.643137 0.647059 0.650980 0.654902 0.658824 0.662745 0.666667 0.670588 0.674510 0.678431 0.682353 0.686275 0.690196 0.694118 0.698039 0.701961 0.705882 0.709804 0.713725 0.717647 0.721569 0.725490 0.729412 0.733333 0.737255 0.741176 0.745098 0.749020 0.752941 0.756863 0.760784 0.764706 0.768627 0.772549 0.776471 0.780392 0.784314 0.788235 0.792157 0.796078 0.800000 0.803922 0.807843 0.811765 0.815686 0.819608 0.823529 0.827451 0.831373 0.835294 0.839216 0.843137 0.847059 0.850980 0.854902 0.858824 0.862745 0.866667 0.870588 0.874510 0.878431 0.882353 0.886275 0.890196 0.894118 0.898039 0.901961 0.905882 0.909804 0.913725 0.917647 0.921569 0.925490 0.929412 0.933333 0.937255 0.941176 0.945098 0.949020 0.952941 0.956863 0.960784 0.964706 0.968627 0.972549 0.976471 0.980392 0.984314 0.988235 0.992157 0.996078 1.000000))) + +# end of devicerc diff --git a/config/GIMP/2.10/dockrc b/config/GIMP/2.10/dockrc new file mode 100644 index 0000000..bb1944b --- /dev/null +++ b/config/GIMP/2.10/dockrc @@ -0,0 +1,4 @@ +# recently closed docks + + +# end of recently closed docks diff --git a/config/GIMP/2.10/gtkrc b/config/GIMP/2.10/gtkrc new file mode 100644 index 0000000..f4efa07 --- /dev/null +++ b/config/GIMP/2.10/gtkrc @@ -0,0 +1,24 @@ +# pixmap_path ":::..." +# +# include "rc-file" +# +# style [= ] +# { +#