From 13de68b0f27c7b328b27f55f38a781f5de8fb93a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 23 Jul 2019 00:14:13 +0100 Subject: * 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 --- skel/.config/GIMP/2.10/sessionrc | 90 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 skel/.config/GIMP/2.10/sessionrc (limited to 'skel/.config/GIMP/2.10/sessionrc') diff --git a/skel/.config/GIMP/2.10/sessionrc b/skel/.config/GIMP/2.10/sessionrc new file mode 100644 index 0000000..797f0a3 --- /dev/null +++ b/skel/.config/GIMP/2.10/sessionrc @@ -0,0 +1,90 @@ +# GIMP sessionrc +# +# This file takes session-specific info (that is info, you want to keep +# between two GIMP sessions). You are not supposed to edit it manually, but +# of course you can do. The sessionrc will be entirely rewritten every time +# you quit GIMP. If this file isn't found, defaults are used. + +(session-info "toplevel" + (factory-entry "gimp-empty-image-window") + (position 200 100) + (size 640 480)) +(session-info "toplevel" + (factory-entry "gimp-single-image-window") + (position 200 100) + (size 1024 768) + (open-on-exit) + (aux-info + (left-docks-width "188") + (right-docks-width "209") + (maximized "no")) + (gimp-toolbox + (side left) + (book + (current-page 0) + (dockable "gimp-tool-options" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-device-status" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-undo-history" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-image-list" + (tab-style automatic) + (aux-info + (show-button-bar "true"))))) + (gimp-dock + (side right) + (book + (current-page 0) + (dockable "gimp-brush-grid" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-pattern-grid" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-font-list" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-document-list" + (tab-style automatic) + (aux-info + (show-button-bar "true")))) + (book + (position 335) + (current-page 0) + (dockable "gimp-layer-list" + (tab-style automatic) + (preview-size 32) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-channel-list" + (tab-style automatic) + (preview-size 32) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-vectors-list" + (tab-style automatic) + (preview-size 32) + (aux-info + (show-button-bar "true")))))) +(session-info "toplevel" + (factory-entry "gimp-preferences-dialog") + (position 549 236) + (size 742 623)) + +(hide-docks no) +(single-window-mode yes) +(show-tabs yes) +(tabs-position 0) +(last-tip-shown 0) + +# end of sessionrc -- cgit v1.2.3