mirror of https://github.com/GNOME/gimp.git
29 lines
714 B
Plaintext
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
|