# 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 "dock" "dock"
    (position 1706 0)
    (size 210 820)
    (open-on-exit)
    (aux-info
        (show-image-menu "true")
        (follow-active-image "true"))
    (dock
        (book
            (current-page 0)
            (dockable "gimp-layer-list"
                (tab-style icon)
                (preview-size 32))
            (dockable "gimp-channel-list"
                (tab-style icon)
                (preview-size 32))
            (dockable "gimp-vectors-list"
                (tab-style icon)
                (preview-size 32))
            (dockable "gimp-undo-history"
                (tab-style icon)))
        (book
            (position 420)
            (current-page 0)
            (dockable "gimp-brush-grid"
                (tab-style preview))
            (dockable "gimp-pattern-grid"
                (tab-style preview))
            (dockable "gimp-gradient-list"
                (tab-style preview)))))
(session-info "toolbox" "dock"
    (position 0 0)
    (size 160 820)
    (open-on-exit)
    (dock
        (book
            (current-page 0)
            (dockable "gimp-tool-options"
                (tab-style icon)))))
(session-info "display" "gimp-empty-image-window"
    (position 860 520)
    (size 199 160))

(last-tip-shown 1)

# end of sessionrc
