summaryrefslogtreecommitdiffstats
path: root/etc/sessionrc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:30:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:30:19 +0000
commit5c1676dfe6d2f3c837a5e074117b45613fd29a72 (patch)
treecbffb45144febf451e54061db2b21395faf94bfe /etc/sessionrc
parentInitial commit. (diff)
downloadgimp-5c1676dfe6d2f3c837a5e074117b45613fd29a72.tar.xz
gimp-5c1676dfe6d2f3c837a5e074117b45613fd29a72.zip
Adding upstream version 2.10.34.upstream/2.10.34upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'etc/sessionrc')
-rw-r--r--etc/sessionrc85
1 files changed, 85 insertions, 0 deletions
diff --git a/etc/sessionrc b/etc/sessionrc
new file mode 100644
index 0000000..6d7e939
--- /dev/null
+++ b/etc/sessionrc
@@ -0,0 +1,85 @@
+# 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 200 100)
+ (size 640 480))
+(session-info "toplevel"
+ (factory-entry "gimp-single-image-window")
+ (position 200 100)
+ (size 1024 768)
+ (open-on-exit)
+ (aux-info
+ (left-docks-width "188")
+ (right-docks-width "205")
+ (maximized "no"))
+ (gimp-toolbox
+ (side left)
+ (book
+ (current-page 0)
+ (dockable "gimp-tool-options"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-device-status"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-undo-history"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-image-list"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))))
+ (gimp-dock
+ (side right)
+ (book
+ (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-font-list"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true")))
+ (dockable "gimp-document-list"
+ (tab-style automatic)
+ (aux-info
+ (show-button-bar "true"))))
+ (book
+ (position 336)
+ (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"))))))
+
+(hide-docks no)
+(single-window-mode yes)
+(tabs-position 0)
+(last-tip-shown 0)
+
+# end of sessionrc