/gimp/2.0/sessionrc

http://github.com/brinkman83/bashrc · #! · 41 lines · 39 code · 2 blank · 0 comment · 0 complexity · 8c59d86f3c81a634faad868c722237af MD5 · raw file

  1. # GIMP sessionrc
  2. #
  3. # This file takes session-specific info (that is info, you want to keep
  4. # between two GIMP sessions). You are not supposed to edit it manually, but
  5. # of course you can do. The sessionrc will be entirely rewritten every time
  6. # you quit GIMP. If this file isn't found, defaults are used.
  7. (session-info "toolbox" "dock"
  8. (position 0 0)
  9. (size 170 820)
  10. (open-on-exit)
  11. (dock
  12. (book
  13. (dockable "gimp-tool-options"))))
  14. (session-info "dock" "dock"
  15. (position -0 0)
  16. (size 210 820)
  17. (open-on-exit)
  18. (aux-info
  19. (show-image-menu "true")
  20. (follow-active-image "true"))
  21. (dock
  22. (book
  23. (dockable "gimp-layer-list"
  24. (tab-style icon))
  25. (dockable "gimp-channel-list"
  26. (tab-style icon))
  27. (dockable "gimp-vectors-list"
  28. (tab-style icon))
  29. (dockable "gimp-undo-history"
  30. (tab-style icon)))
  31. (book
  32. (position 420)
  33. (dockable "gimp-brush-grid"
  34. (tab-style preview))
  35. (dockable "gimp-pattern-grid"
  36. (tab-style preview))
  37. (dockable "gimp-gradient-list"
  38. (tab-style preview)))))
  39. # end of sessionrc