From 81e06d47011e388fe5a292dce5a03f89f1f1a850 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 15 Mar 2016 14:11:24 -0400 Subject: Initial commit --- (limited to '.gimp-2.8/sessionrc') diff --git a/.gimp-2.8/sessionrc b/.gimp-2.8/sessionrc new file mode 100644 index 0000000..a8bba0d --- /dev/null +++ b/.gimp-2.8/sessionrc @@ -0,0 +1,79 @@ +# 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-toolbox-window") + (position 0 453) + (size 144 820) + (open-on-exit) + (gimp-toolbox + (book + (current-page 0) + (dockable "gimp-tool-options" + (tab-style automatic) + (aux-info + (show-button-bar "true")))))) +(session-info "toplevel" + (factory-entry "gimp-dock-window") + (position 1277 453) + (size 210 820) + (open-on-exit) + (aux-info + (show-image-menu "false") + (follow-active-image "true")) + (gimp-dock + (book + (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"))) + (dockable "gimp-undo-history" + (tab-style automatic) + (aux-info + (show-button-bar "true")))) + (book + (position 420) + (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-gradient-list" + (tab-style automatic) + (aux-info + (show-button-bar "true")))))) +(session-info "toplevel" + (factory-entry "gimp-empty-image-window") + (position 410 370) + (size 620 200) + (open-on-exit)) +(session-info "toplevel" + (factory-entry "gimp-single-image-window") + (position 160 70) + (size 1140 780)) + +(hide-docks no) +(single-window-mode no) +(last-tip-shown 0) + +# end of sessionrc -- cgit v0.9.1