# 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 482 38)
    (size 620 200)
    (open-on-exit))
(session-info "toplevel"
    (factory-entry "gimp-single-image-window")
    (position 217 55)
    (size 1205 774)
    (open-on-exit)
    (aux-info
        (left-docks-width "82")
        (right-docks-width "412")
        (maximized "no"))
    (gimp-toolbox
        (side left))
    (gimp-dock
        (side right)
        (book
            (current-page 0)
            (dockable "gimp-navigation-view"
                (tab-style automatic)
                (aux-info
                    (show-button-bar "true")))
            (dockable "gimp-histogram-editor"
                (tab-style automatic))
            (dockable "gimp-cursor-view"
                (tab-style automatic)
                (aux-info
                    (frame-1-mode "pixel")
                    (frame-2-mode "rgb"))))
        (book
            (position 277)
            (current-page 0)
            (dockable "gimp-undo-history"
                (tab-style automatic)
                (aux-info
                    (show-button-bar "true")))
            (dockable "gimp-color-editor"
                (tab-style automatic)
                (aux-info
                    (current-page "GimpColorSelect"))))
        (book
            (position 601)
            (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")))))
    (gimp-dock
        (side right)
        (position 200)
        (book
            (current-page 0)
            (dockable "gimp-tool-options"
                (tab-style automatic)
                (aux-info
                    (show-button-bar "true"))))))
(session-info "toplevel"
    (factory-entry "gimp-preferences-dialog")
    (position 311 109))

(hide-docks no)
(single-window-mode yes)
(last-tip-shown 0)

# end of sessionrc
