]> git.plutz.net Git - rpi_small/blob - files_xfce/etc/2.0/sessionrc
allow hooking of additional receipes
[rpi_small] / files_xfce / etc / 2.0 / sessionrc
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
8 (session-info "toplevel"
9     (factory-entry "gimp-empty-image-window")
10     (position 272 236)
11     (size 620 200))
12 (session-info "toplevel"
13     (factory-entry "gimp-single-image-window")
14     (position 180 30)
15     (size 1204 759)
16     (open-on-exit)
17     (aux-info
18         (left-docks-width "262")
19         (right-docks-width "205")
20         (maximized "no"))
21     (gimp-toolbox
22         (side left))
23     (gimp-dock
24         (side left)
25         (position 57)
26         (book
27             (current-page 0)
28             (dockable "gimp-tool-options"
29                 (tab-style automatic)
30                 (aux-info
31                     (show-button-bar "true"))))
32         (book
33             (position 429)
34             (current-page 0)
35             (dockable "gimp-color-editor"
36                 (tab-style automatic)
37                 (aux-info
38                     (current-page "ColorselWheel")))
39             (dockable "gimp-gradient-list"
40                 (tab-style automatic)
41                 (aux-info
42                     (show-button-bar "true")))
43             (dockable "gimp-pattern-grid"
44                 (tab-style automatic)
45                 (aux-info
46                     (show-button-bar "true")))))
47     (gimp-dock
48         (side right)
49         (book
50             (current-page 0)
51             (dockable "gimp-layer-list"
52                 (tab-style automatic)
53                 (preview-size 32)
54                 (aux-info
55                     (show-button-bar "true")))
56             (dockable "gimp-channel-list"
57                 (tab-style automatic)
58                 (preview-size 32)
59                 (aux-info
60                     (show-button-bar "true")))
61             (dockable "gimp-vectors-list"
62                 (tab-style automatic)
63                 (preview-size 32)
64                 (aux-info
65                     (show-button-bar "true"))))
66         (book
67             (position 516)
68             (current-page 0)
69             (dockable "gimp-undo-history"
70                 (tab-style automatic)
71                 (aux-info
72                     (show-button-bar "true"))))))
73 (session-info "toplevel"
74     (factory-entry "gimp-preferences-dialog")
75     (position 720 0))
76
77 (hide-docks no)
78 (single-window-mode yes)
79 (last-tip-shown 0)
80
81 # end of sessionrc