Gimp/etc/sessionrc
Sven Neumann 9b20083ee9 etc/Makefile.am added a sample sessiorc which will be used after user
2003-06-11  Sven Neumann  <sven@gimp.org>

	* etc/Makefile.am
	* etc/sessionrc: added a sample sessiorc which will be used after
	user installation.

	* app/gui/user-install-dialog.c (tree_items): install the sample
	sessionrc.
2003-06-11 10:58:57 +00:00

27 lines
649 B
Text

# GIMP sessionrc
#
# This is a sample sessionrc that will be used on first startup after
# user installation.
(session-info "dock" "dock"
(position 280 28)
(size 250 440)
(open-on-exit)
(aux-info "menu-shown" "follow-active-image")
(dock
(book
"gimp-layer-list@32"
"gimp-channel-list@32"
"gimp-vectors-list@32")))
(session-info "toolbox" "dock"
(position 0 28)
(size 192 660)
(open-on-exit)
(dock
(book
"gimp-tool-options"
"gimp-brush-grid"
"gimp-gradient-list"
"gimp-pattern-grid")))
# end of sessionrc