Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 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 "toolbox" "dock"
9
    (position 0 0)
10
    (size 170 820)
11
    (open-on-exit)
12
    (dock
13
        (book
14
            (dockable "gimp-tool-options"))))
15
(session-info "dock" "dock"
16
    (position -0 0)
17
    (size 210 820)
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
            (dockable "gimp-channel-list"
27
	        (tab-style icon))
28
            (dockable "gimp-vectors-list"
29
	        (tab-style icon))
30
            (dockable "gimp-undo-history"
31
	        (tab-style icon)))
32
        (book
33
            (position 420)
34
            (dockable "gimp-brush-grid"
35
	        (tab-style preview))
36
            (dockable "gimp-pattern-grid"
37
	        (tab-style preview))
38
            (dockable "gimp-gradient-list"
39
	        (tab-style preview)))))
40
 
41
# end of sessionrc