X-Git-Url: http://git.plutz.net/?p=rpi_small;a=blobdiff_plain;f=files_xfce%2Fetc%2F2.0%2Fsessionrc;fp=files_xfce%2Fetc%2F2.0%2Fsessionrc;h=2ef8fdf5eb83ab5eb418856a692dd7fd493cc029;hp=0000000000000000000000000000000000000000;hb=4bb200e9c0d07b49a199f865bd9b0cd66a818a1f;hpb=bed6cddade88f1a7745a2e21eb92a922ab11a110 diff --git a/files_xfce/etc/2.0/sessionrc b/files_xfce/etc/2.0/sessionrc new file mode 100644 index 0000000..2ef8fdf --- /dev/null +++ b/files_xfce/etc/2.0/sessionrc @@ -0,0 +1,81 @@ +# 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 272 236) + (size 620 200)) +(session-info "toplevel" + (factory-entry "gimp-single-image-window") + (position 180 30) + (size 1204 759) + (open-on-exit) + (aux-info + (left-docks-width "262") + (right-docks-width "205") + (maximized "no")) + (gimp-toolbox + (side left)) + (gimp-dock + (side left) + (position 57) + (book + (current-page 0) + (dockable "gimp-tool-options" + (tab-style automatic) + (aux-info + (show-button-bar "true")))) + (book + (position 429) + (current-page 0) + (dockable "gimp-color-editor" + (tab-style automatic) + (aux-info + (current-page "ColorselWheel"))) + (dockable "gimp-gradient-list" + (tab-style automatic) + (aux-info + (show-button-bar "true"))) + (dockable "gimp-pattern-grid" + (tab-style automatic) + (aux-info + (show-button-bar "true"))))) + (gimp-dock + (side right) + (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")))) + (book + (position 516) + (current-page 0) + (dockable "gimp-undo-history" + (tab-style automatic) + (aux-info + (show-button-bar "true")))))) +(session-info "toplevel" + (factory-entry "gimp-preferences-dialog") + (position 720 0)) + +(hide-docks no) +(single-window-mode yes) +(last-tip-shown 0) + +# end of sessionrc