# 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 The GIMP. If this file isn't found, defaults are used.

(session-info "toolbox" "dock"
    (position 0 56)
    (size 1024 712)
    (open-on-exit)
    (dock
        (book
            (current-page 0)
            (dockable "gimp-tool-options"
                (tab-style preview)))))
(session-info "toplevel" "gimp-preferences-dialog"
    (position 22 29))

(last-tip-shown 14)

# end of sessionrc
