summaryrefslogtreecommitdiffstats
path: root/.gimp-2.8/sessionrc
diff options
context:
space:
mode:
Diffstat (limited to '.gimp-2.8/sessionrc')
-rw-r--r--.gimp-2.8/sessionrc79
1 files changed, 79 insertions, 0 deletions
diff --git a/.gimp-2.8/sessionrc b/.gimp-2.8/sessionrc
new file mode 100644
index 0000000..a8bba0d
--- /dev/null
+++ b/.gimp-2.8/sessionrc
@@ -0,0 +1,79 @@
+# GIMP sessionrc
+#
+# This file takes session-specific info (that is info, you want to keep
+# between two GIMP sessions). You are not supposed to edit it manually, but
+# of course you can do. The sessionrc will be entirely rewritten every time
+# you quit GIMP. If this file isn't found, defaults are used.
+
+(session-info "toplevel"
+ (factory-entry "gimp-toolbox-window")
+ (position 0 453)
+ (size 144 820)
+ (open-on-exit)
+ (gimp-toolbox
+ (book
+ (current-page 0)
+ (dockable "gimp-tool-options"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true"))))))
+(session-info "toplevel"
+ (factory-entry "gimp-dock-window")
+ (position 1277 453)
+ (size 210 820)
+ (open-on-exit)
+ (aux-info
+ (show-image-menu "false")
+ (follow-active-image "true"))
+ (gimp-dock
+ (book
+ (current-page 0)
+ (dockable "gimp-layer-list"
+ (tab-style automatic)
+ (preview-size 32)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-channel-list"
+ (tab-style automatic)
+ (preview-size 32)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-vectors-list"
+ (tab-style automatic)
+ (preview-size 32)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-undo-history"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true"))))
+ (book
+ (position 420)
+ (current-page 0)
+ (dockable "gimp-brush-grid"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-pattern-grid"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-gradient-list"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true"))))))
+(session-info "toplevel"
+ (factory-entry "gimp-empty-image-window")
+ (position 410 370)
+ (size 620 200)
+ (open-on-exit))
+(session-info "toplevel"
+ (factory-entry "gimp-single-image-window")
+ (position 160 70)
+ (size 1140 780))
+
+(hide-docks no)
+(single-window-mode no)
+(last-tip-shown 0)
+
+# end of sessionrc