# 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 203 0)
    (size 956 712))
(session-info "toplevel"
    (factory-entry "gimp-single-image-window")
    (position 48 0)
    (size 1260 712)
    (open-on-exit)
    (aux-info
        (left-docks-width "246")
        (right-docks-width "205")
        (maximized "no"))
    (gimp-dock
        (side left)
        (book
            (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"))))
        (book
            (position 321)
            (current-page 0)
            (dockable "gimp-tool-options"
                (tab-style automatic)
                (aux-info
                    (show-button-bar "true")))
            (dockable "gimp-cursor-view"
                (tab-style automatic)
                (aux-info
                    (frame-1-mode "pixel")
                    (frame-2-mode "rgb-percent")))
            (dockable "gimp-histogram-editor"
                (tab-style automatic))
            (dockable "gimp-dashboard"
                (tab-style automatic)
                (aux-info
                    (show-button-bar "true")))))
    (gimp-toolbox
        (side left)
        (position 200))
    (gimp-dock
        (side right)
        (book
            (current-page 0)
            (dockable "gimp-navigation-view"
                (tab-style automatic)
                (aux-info
                    (show-button-bar "true"))))
        (book
            (position 170)
            (current-page 0)
            (dockable "gimp-brush-grid"
                (tab-style automatic)
                (aux-info
                    (show-button-bar "true")))
            (dockable "gimp-mypaint-brush-grid"
                (tab-style automatic)
                (preview-size 32)
                (aux-info
                    (show-button-bar "true")))
            (dockable "gimp-tool-preset-list"
                (tab-style automatic)
                (preview-size 24)
                (aux-info
                    (show-button-bar "true")))
            (dockable "gimp-dynamics-list"
                (tab-style automatic)
                (preview-size 24)
                (aux-info
                    (show-button-bar "true")))
            (dockable "gimp-font-list"
                (tab-style automatic)
                (preview-size 24)
                (aux-info
                    (show-button-bar "true"))))
        (book
            (position 445)
            (current-page 0)
            (dockable "gimp-layer-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")))
            (dockable "gimp-document-list"
                (tab-style automatic)
                (aux-info
                    (show-button-bar "true"))))))
(session-info "toplevel"
    (factory-entry "gimp-image-new-dialog")
    (position 441 231))
(session-info "toplevel"
    (factory-entry "gimp-preferences-dialog")
    (position 123 0)
    (size 796 641))

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

# end of sessionrc
