78 lines
2.5 KiB
Plaintext
78 lines
2.5 KiB
Plaintext
# 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 "toplevel"
|
|
(factory-entry "gimp-empty-image-window")
|
|
(position 200 100)
|
|
(size 640 480))
|
|
(session-info "toplevel"
|
|
(factory-entry "gimp-single-image-window")
|
|
(position 0 -70)
|
|
(size 1910 1048)
|
|
(monitor 1)
|
|
(open-on-exit)
|
|
(aux-info
|
|
(left-docks-width "71")
|
|
(right-docks-width "254")
|
|
(maximized "no"))
|
|
(gimp-toolbox
|
|
(side left))
|
|
(gimp-dock
|
|
(side right)
|
|
(book
|
|
(current-page 0)
|
|
(dockable "gimp-layer-list"
|
|
(tab-style icon)
|
|
(preview-size 32)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-pattern-grid"
|
|
(tab-style icon)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-document-list"
|
|
(tab-style icon)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-font-list"
|
|
(tab-style icon)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-device-status"
|
|
(tab-style icon)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-undo-history"
|
|
(tab-style icon)
|
|
(aux-info
|
|
(show-button-bar "true"))))
|
|
(book
|
|
(position 514)
|
|
(current-page 0)
|
|
(dockable "gimp-tool-options"
|
|
(tab-style icon)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-brush-grid"
|
|
(tab-style icon)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-channel-list"
|
|
(tab-style icon)
|
|
(preview-size 32)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-vectors-list"
|
|
(tab-style icon)
|
|
(preview-size 32)
|
|
(aux-info
|
|
(show-button-bar "true")))
|
|
(dockable "gimp-image-list"
|
|
(tab-style icon)
|
|
(aux-info
|
|
(show-button-bar "true"))))))
|