update
This commit is contained in:
parent
3e7a2b2089
commit
3480fa92fe
131 changed files with 12083 additions and 1287 deletions
121
.config/GIMP/3.0/sessionrc
Normal file
121
.config/GIMP/3.0/sessionrc
Normal file
|
@ -0,0 +1,121 @@
|
|||
# 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 0)
|
||||
(size 1896 1019)
|
||||
(monitor 0)
|
||||
(open-on-exit)
|
||||
(aux-info
|
||||
(left-docks-width "228")
|
||||
(right-docks-width "278")
|
||||
(maximized "yes"))
|
||||
(gimp-toolbox
|
||||
(side left)
|
||||
(book
|
||||
(current-page 0)
|
||||
(dockable "gimp-tool-options"
|
||||
(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")))
|
||||
(dockable "gimp-image-list"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))))
|
||||
(gimp-dock
|
||||
(side right)
|
||||
(book
|
||||
(current-page 0)
|
||||
(dockable "gimp-brush-grid"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-pattern-grid"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-font-list"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-document-list"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "gimp-brush-editor"
|
||||
(tab-style icon)
|
||||
(aux-info
|
||||
(edit-active "true")
|
||||
(current-data "2. Hardness 050"))))
|
||||
(book
|
||||
(position 422)
|
||||
(current-page 0)
|
||||
(dockable "gimp-layer-list"
|
||||
(tab-style icon)
|
||||
(preview-size 32)
|
||||
(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"))))))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-image-new-dialog")
|
||||
(position 0 0)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-file-open-dialog")
|
||||
(position 587 141)
|
||||
(size 765 650))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-file-save-dialog")
|
||||
(position 0 0)
|
||||
(size 900 553)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-offset-tool-dialog")
|
||||
(position 776 431))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-preferences-dialog")
|
||||
(position 510 189)
|
||||
(size 807 478))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-file-export-dialog")
|
||||
(position 0 0)
|
||||
(size 900 553)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-toolbox-color-dialog")
|
||||
(position 635 282)
|
||||
(monitor 0))
|
||||
|
||||
(hide-docks no)
|
||||
(single-window-mode yes)
|
||||
(show-tabs yes)
|
||||
(tabs-position 0)
|
||||
(last-tip-shown 0)
|
||||
|
||||
# end of sessionrc
|
Loading…
Add table
Add a link
Reference in a new issue