summarylogtreecommitdiffstats
path: root/sessionrc
diff options
context:
space:
mode:
authorSteven Honeyman2015-06-09 19:08:16 +0100
committerSteven Honeyman2015-06-09 19:08:16 +0100
commit82734e3b66d627b06b45fd20719e87d4a50a1081 (patch)
treef718fa1e70cec1394a388ee0f4635c064cd2187d /sessionrc
downloadaur-82734e3b66d627b06b45fd20719e87d4a50a1081.tar.gz
Initial import
Diffstat (limited to 'sessionrc')
-rw-r--r--sessionrc74
1 files changed, 74 insertions, 0 deletions
diff --git a/sessionrc b/sessionrc
new file mode 100644
index 000000000000..77473eae5092
--- /dev/null
+++ b/sessionrc
@@ -0,0 +1,74 @@
+# 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-empty-image-window")
+ (position 410 370)
+ (size 620 200)
+ (open-on-exit))
+(session-info "toplevel"
+ (factory-entry "gimp-single-image-window")
+ (open-on-exit)
+ (aux-info
+ (left-docks-width "150")
+ (right-docks-width "205")
+ (maximized "yes"))
+ (gimp-toolbox
+ (side left)
+ (book
+ (current-page 0)
+ (dockable "gimp-tool-options"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))))
+ (gimp-dock
+ (side right)
+ (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 521)
+ (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-preferences-dialog")
+ (position 0 128))
+
+(hide-docks no)
+(single-window-mode yes)
+(last-tip-shown 0)
+
+# end of sessionrc