Skip to content

Instantly share code, notes, and snippets.

@xgouchet
Last active August 29, 2015 14:15
Show Gist options
  • Save xgouchet/e19b6240e4d0aaa7fc0b to your computer and use it in GitHub Desktop.
Save xgouchet/e19b6240e4d0aaa7fc0b to your computer and use it in GitHub Desktop.
A gimp layout preference file to mimic Photoshop's layout
; This file installs layout preferences from Photoshop 6 in GIMP 2.8.
;
; Rename it to 'sessionrc' and place it into your personal GIMP directory:
; ~/.gimp-2.8 folder (Linux)
;
;
(session-info "toplevel"
(factory-entry "gimp-empty-image-window")
(position 195 356)
(size 620 200))
(session-info "toplevel"
(factory-entry "gimp-single-image-window")
(position 639 290)
(size 1008 733)
(open-on-exit)
(aux-info
(left-docks-width "168")
(right-docks-position "600"))
(gimp-toolbox
(side left)
(book
(current-page 0)
(dockable "gimp-tool-options"
(tab-style name))
(dockable "gimp-brush-grid"
(tab-style name))))
(gimp-dock
(side right)
(book
(current-page 0)
(dockable "gimp-color-editor"
(tab-style name)
(aux-info
(current-page "GimpColorSelect")))
(dockable "gimp-indexed-palette"
(tab-style name))
(dockable "gimp-gradient-list"
(tab-style name))
(dockable "gimp-undo-history"
(tab-style name)))
(book
(position 331)
(current-page 0)
(dockable "gimp-layer-list"
(tab-style name)
(preview-size 32))
(dockable "gimp-channel-list"
(tab-style name)
(preview-size 32))
(dockable "gimp-vectors-list"
(tab-style name)
(preview-size 32)))))
(session-info "toplevel"
(factory-entry "gimp-image-new-dialog")
(position 5 5))
(session-info "toplevel"
(factory-entry "gimp-file-open-dialog")
(position 349 71)
(size 890 771))
(hide-docks no)
(single-window-mode yes)
(last-tip-shown 0)
# end of sessionrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment