2003-06-11 03:58:57 -07:00
|
|
|
# GIMP sessionrc
|
2003-10-05 15:09:58 -07:00
|
|
|
#
|
|
|
|
|
# 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 The GIMP. If this file isn't found, defaults are used.
|
2003-06-11 03:58:57 -07:00
|
|
|
|
2003-07-08 09:24:00 -07:00
|
|
|
(session-info "toolbox" "dock"
|
|
|
|
|
(position 48 48)
|
2006-02-18 02:46:31 -08:00
|
|
|
(size 204 720)
|
2003-06-11 03:58:57 -07:00
|
|
|
(open-on-exit)
|
|
|
|
|
(dock
|
|
|
|
|
(book
|
2006-02-18 02:46:31 -08:00
|
|
|
(dockable "gimp-tool-options"))))
|
2003-07-08 09:24:00 -07:00
|
|
|
(session-info "dock" "dock"
|
2003-10-05 15:09:58 -07:00
|
|
|
(position 300 48)
|
2006-02-18 02:46:31 -08:00
|
|
|
(size 240 720)
|
2003-06-11 03:58:57 -07:00
|
|
|
(open-on-exit)
|
2003-10-11 09:50:35 -07:00
|
|
|
(aux-info
|
|
|
|
|
(show-image-menu "true")
|
|
|
|
|
(follow-active-image "true"))
|
2003-06-11 03:58:57 -07:00
|
|
|
(dock
|
|
|
|
|
(book
|
2006-02-20 03:33:29 -08:00
|
|
|
(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)))
|
2003-10-05 15:09:58 -07:00
|
|
|
(book
|
2006-02-18 02:46:31 -08:00
|
|
|
(position 360)
|
2006-02-20 03:33:29 -08:00
|
|
|
(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)))))
|
2003-06-11 03:58:57 -07:00
|
|
|
|
|
|
|
|
# end of sessionrc
|