Gimp/etc/sessionrc
2010-02-02 08:35:26 +01:00

38 lines
1.1 KiB
Text

# 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" "gimp-toolbox-window"
(position 0 0)
(size 170 820)
(open-on-exit)
(gimp-toolbox
(book
(dockable "gimp-tool-options"))))
(session-info "dock" "gimp-dock-window"
(position -0 0)
(size 210 820)
(open-on-exit)
(gimp-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 420)
(dockable "gimp-brush-grid"
(tab-style preview))
(dockable "gimp-pattern-grid"
(tab-style preview))
(dockable "gimp-gradient-list"
(tab-style preview)))))
# end of sessionrc