From a6c115f39f0cc787646c0d822724f01537f11bca Mon Sep 17 00:00:00 2001 From: dbroqua Date: Fri, 1 May 2020 09:47:29 +0200 Subject: [PATCH 1/2] Some changes --- .gitignore | 4 ++ config/autostart/geary-autostart.desktop | 14 ++++++ config/i3/config | 4 +- config/mimeapps.list | 44 +++++++++---------- local/share/applications/mimeinfo.cache | 1 + .../userapp-Firefox-9USLJ0.desktop | 8 ++++ 6 files changed, 51 insertions(+), 24 deletions(-) create mode 100644 config/autostart/geary-autostart.desktop create mode 100644 local/share/applications/mimeinfo.cache create mode 100644 local/share/applications/userapp-Firefox-9USLJ0.desktop diff --git a/.gitignore b/.gitignore index 5d0b9a5..68b6ebf 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,7 @@ local/share/recently-used.xbel local/share/Trash config/Android Open Source Project config/configstore +config/geary/account_* +local/share/geary +config/enchant +config/GIMP diff --git a/config/autostart/geary-autostart.desktop b/config/autostart/geary-autostart.desktop new file mode 100644 index 0000000..9e12108 --- /dev/null +++ b/config/autostart/geary-autostart.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Name=Geary +GenericName=Email +X-GNOME-FullName=Geary Mail +Comment=Send and receive email +Keywords=Email;E-mail;Mail; +Icon=org.gnome.Geary +TryExec=geary +Exec=geary --hidden +Type=Application +Terminal=false +Categories=GNOME;GTK;Network;Email; +StartupNotify=true +NoDisplay=true diff --git a/config/i3/config b/config/i3/config index d135542..fb2561d 100644 --- a/config/i3/config +++ b/config/i3/config @@ -188,7 +188,7 @@ exec --no-startup-id xsettingsd & exec --no-startup-id compton -b exec --no-startup-id i3-msg 'exec /usr/bin/tilix' exec --no-startup-id i3-msg 'exec /usr/bin/firefox' -#exec --no-startup-id i3-msg 'exec /usr/bin/thunderbird' +exec --no-startup-id i3-msg 'exec /usr/bin/geary' exec --no-startup-id i3-msg 'exec /usr/bin/spotify' #exec --no-startup-id i3-msg 'exec /usr/bin/clementine' @@ -242,7 +242,7 @@ client.background #2f343f # Remove border or fix workspace id for some apps for_window [class="Spotify"], move container to workspace 3 -for_window [class="Thunderbird"], move container to workspace 2 +for_window [class="Geary"], move container to workspace 2 for_window [class="Firefox"], move container to workspace 1 for_window [class="Ristretto"] fullscreen enable diff --git a/config/mimeapps.list b/config/mimeapps.list index 935f1e7..e5fe562 100644 --- a/config/mimeapps.list +++ b/config/mimeapps.list @@ -1,15 +1,15 @@ [Default Applications] -x-scheme-handler/http=firefox.desktop -x-scheme-handler/https=firefox.desktop -x-scheme-handler/ftp=firefox.desktop -x-scheme-handler/chrome=firefox.desktop -text/html=firefox.desktop -application/x-extension-htm=firefox.desktop -application/x-extension-html=firefox.desktop -application/x-extension-shtml=firefox.desktop -application/xhtml+xml=firefox.desktop -application/x-extension-xhtml=firefox.desktop -application/x-extension-xht=firefox.desktop +x-scheme-handler/http=userapp-Firefox-9USLJ0.desktop +x-scheme-handler/https=userapp-Firefox-9USLJ0.desktop +x-scheme-handler/ftp=userapp-Firefox-9USLJ0.desktop +x-scheme-handler/chrome=userapp-Firefox-9USLJ0.desktop +text/html=userapp-Firefox-9USLJ0.desktop +application/x-extension-htm=userapp-Firefox-9USLJ0.desktop +application/x-extension-html=userapp-Firefox-9USLJ0.desktop +application/x-extension-shtml=userapp-Firefox-9USLJ0.desktop +application/xhtml+xml=userapp-Firefox-9USLJ0.desktop +application/x-extension-xhtml=userapp-Firefox-9USLJ0.desktop +application/x-extension-xht=userapp-Firefox-9USLJ0.desktop image/x-tga=feh.desktop image/png=feh.desktop image/gif=feh.desktop @@ -17,17 +17,17 @@ image/jpeg=feh.desktop application/javascript=codium.desktop [Added Associations] -x-scheme-handler/http=firefox.desktop; -x-scheme-handler/https=firefox.desktop; -x-scheme-handler/ftp=firefox.desktop; -x-scheme-handler/chrome=firefox.desktop; -text/html=firefox.desktop; -application/x-extension-htm=firefox.desktop; -application/x-extension-html=firefox.desktop; -application/x-extension-shtml=firefox.desktop; -application/xhtml+xml=firefox.desktop; -application/x-extension-xhtml=firefox.desktop; -application/x-extension-xht=firefox.desktop; +x-scheme-handler/http=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +x-scheme-handler/https=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +x-scheme-handler/ftp=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +x-scheme-handler/chrome=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +text/html=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +application/x-extension-htm=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +application/x-extension-html=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +application/x-extension-shtml=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +application/xhtml+xml=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +application/x-extension-xhtml=firefox.desktop;userapp-Firefox-9USLJ0.desktop; +application/x-extension-xht=firefox.desktop;userapp-Firefox-9USLJ0.desktop; image/x-tga=feh.desktop; image/gif=feh.desktop; image/jpeg=feh.desktop; diff --git a/local/share/applications/mimeinfo.cache b/local/share/applications/mimeinfo.cache new file mode 100644 index 0000000..7dab7ea --- /dev/null +++ b/local/share/applications/mimeinfo.cache @@ -0,0 +1 @@ +[MIME Cache] diff --git a/local/share/applications/userapp-Firefox-9USLJ0.desktop b/local/share/applications/userapp-Firefox-9USLJ0.desktop new file mode 100644 index 0000000..ac5cfb8 --- /dev/null +++ b/local/share/applications/userapp-Firefox-9USLJ0.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.0 +Type=Application +NoDisplay=true +Exec=/opt/firefox/firefox-bin %u +Name=Firefox +Comment=Custom definition for Firefox From c7b07417318de55447dd858f2c9bf8600a4df413 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Fri, 1 May 2020 09:48:24 +0200 Subject: [PATCH 2/2] Removed GIMP config --- 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 | 72 - 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 | 2721 ---------- 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 | 6 - .../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 - 61 files changed, 9705 deletions(-) delete mode 100644 config/GIMP/2.10/action-history delete mode 100644 config/GIMP/2.10/colorrc delete mode 100644 config/GIMP/2.10/contextrc delete mode 100644 config/GIMP/2.10/controllerrc delete mode 100644 config/GIMP/2.10/devicerc delete mode 100644 config/GIMP/2.10/dockrc delete mode 100644 config/GIMP/2.10/gtkrc delete mode 100644 config/GIMP/2.10/internal-data/custom.ggr delete mode 100644 config/GIMP/2.10/menurc delete mode 100644 config/GIMP/2.10/parasiterc delete mode 100644 config/GIMP/2.10/pluginrc delete mode 100644 config/GIMP/2.10/sessionrc delete mode 100644 config/GIMP/2.10/tags.xml delete mode 100644 config/GIMP/2.10/templaterc delete mode 100644 config/GIMP/2.10/themerc delete mode 100644 config/GIMP/2.10/tool-options/gimp-airbrush-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-align-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-brightness-contrast-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-bucket-fill-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-by-color-select-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-cage-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-clone-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-color-picker-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-convolve-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-crop-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-curves-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-dodge-burn-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-ellipse-select-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-eraser-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-flip-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-foreground-select-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-free-select-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-fuzzy-select-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-gegl-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-gradient-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-handle-transform-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-heal-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-ink-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-iscissors-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-levels-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-measure-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-move-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-mypaint-brush-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-operation-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-paintbrush-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-pencil-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-perspective-clone-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-perspective-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-rect-select-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-rotate-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-scale-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-shear-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-smudge-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-text-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-threshold-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-unified-transform-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-vector-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-warp-tool delete mode 100644 config/GIMP/2.10/tool-options/gimp-zoom-tool delete mode 100644 config/GIMP/2.10/toolrc delete mode 100644 config/GIMP/2.10/unitrc diff --git a/config/GIMP/2.10/action-history b/config/GIMP/2.10/action-history deleted file mode 100644 index 7d93cd0..0000000 --- a/config/GIMP/2.10/action-history +++ /dev/null @@ -1,5 +0,0 @@ -# GIMP action-history - -(history-item "file-quit" 4) - -# end of action-history diff --git a/config/GIMP/2.10/colorrc b/config/GIMP/2.10/colorrc deleted file mode 100644 index 55bd126..0000000 --- a/config/GIMP/2.10/colorrc +++ /dev/null @@ -1,7 +0,0 @@ -# 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 deleted file mode 100644 index 402d194..0000000 --- a/config/GIMP/2.10/contextrc +++ /dev/null @@ -1,14 +0,0 @@ -# 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 deleted file mode 100644 index 52908ca..0000000 --- a/config/GIMP/2.10/controllerrc +++ /dev/null @@ -1,40 +0,0 @@ -# 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-shift-alt" "tools-angle-increase") - (map "scroll-up-alt" "tools-opacity-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-right-alt" "tools-size-increase") - (map "cursor-left-shift" "view-scroll-page-left") - (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 deleted file mode 100644 index 864d125..0000000 --- a/config/GIMP/2.10/devicerc +++ /dev/null @@ -1,72 +0,0 @@ -# GIMP devicerc - -(GimpDeviceInfo "Core Pointer" - (icon-name "gimp-cursor") - (name "Core Pointer") - (tool-options "GimpCropOptions" - (aspect-denominator 132.000000) - (aspect-numerator 515.000000) - (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 deleted file mode 100644 index bb1944b..0000000 --- a/config/GIMP/2.10/dockrc +++ /dev/null @@ -1,4 +0,0 @@ -# recently closed docks - - -# end of recently closed docks diff --git a/config/GIMP/2.10/gtkrc b/config/GIMP/2.10/gtkrc deleted file mode 100644 index f4efa07..0000000 --- a/config/GIMP/2.10/gtkrc +++ /dev/null @@ -1,24 +0,0 @@ -# pixmap_path ":::..." -# -# include "rc-file" -# -# style [= ] -# { -#