home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Linux / gimp-2.2.0.tar.gz / gimp-2.2.0.tar / gimp-2.2.0 / etc / sessionrc < prev    next >
Text File  |  2003-10-11  |  1KB  |  46 lines

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