Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 246d6b5911c08c0033d7ce29a7aee1f1 > files > 8

gimp-2.4.5-3mdv2008.1.x86_64.rpm

# 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 "toolbox" "dock"
    (position 48 48)
    (size 204 720)
    (open-on-exit)
    (dock
        (book
            (dockable "gimp-tool-options"))))
(session-info "dock" "dock"
    (position 300 48)
    (size 240 720)
    (open-on-exit)
    (aux-info
        (show-image-menu "true")
        (follow-active-image "true"))
    (dock
        (book
            (dockable "gimp-layer-list"
	        (tab-style icon))
            (dockable "gimp-channel-list"
	        (tab-style icon))
            (dockable "gimp-vectors-list"
	        (tab-style icon))
            (dockable "gimp-undo-history"
	        (tab-style icon)))
        (book
            (position 360)
            (dockable "gimp-color-editor"
	        (tab-style preview))
            (dockable "gimp-brush-grid"
	        (tab-style preview))
            (dockable "gimp-pattern-grid"
	        (tab-style preview))
            (dockable "gimp-gradient-list"
	        (tab-style preview)))))

# end of sessionrc