first commit
This commit is contained in:
commit
205faf4224
5471 changed files with 973850 additions and 0 deletions
90
config/GIMP/3.2/sessionrc
Normal file
90
config/GIMP/3.2/sessionrc
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
# 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 1360 728)
|
||||
(monitor 0)
|
||||
(open-on-exit)
|
||||
(aux-info
|
||||
(left-docks-width "52")
|
||||
(right-docks-width "341")
|
||||
(maximized "yes"))
|
||||
(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-tool-options"
|
||||
(tab-style preview)
|
||||
(aux-info
|
||||
(show-button-bar "true"))))))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-operation-tool-dialog")
|
||||
(position 0 0)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-levels-tool-dialog")
|
||||
(position 0 0)
|
||||
(size 541 559)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-file-export-dialog")
|
||||
(position 0 0)
|
||||
(size 1674 471)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-file-open-dialog")
|
||||
(position 0 0)
|
||||
(size 980 453)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-curves-tool-dialog")
|
||||
(position 0 0)
|
||||
(size 675 604)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-brightness-contrast-tool-dialog")
|
||||
(position 0 0)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-preferences-dialog")
|
||||
(position 0 0)
|
||||
(size 1097 561)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-image-new-dialog")
|
||||
(position 0 0)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-file-save-dialog")
|
||||
(position 0 0)
|
||||
(size 1100 686)
|
||||
(monitor 0))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "gimp-toolbox-color-dialog")
|
||||
(position 338 99)
|
||||
(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