Files
gimp/etc/sessionrc
Sven Neumann c1921c104a added a hack that ensures that the toolbox is always first in all
2003-07-08  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpdialogfactory.c: added a hack that ensures that
	the toolbox is always first in all dialog_factories_foreach calls.
	This way the toolbox appears first in sessionrc and first on screen.

	* etc/sessionrc: updated the sample sessionrc, tweaked it a little.
2003-07-08 16:24:00 +00:00

29 lines
714 B
Plaintext

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