Initial checkin of Pika from heckimp
This commit is contained in:
85
etc/sessionrc
Normal file
85
etc/sessionrc
Normal file
@ -0,0 +1,85 @@
|
||||
# PIKA sessionrc
|
||||
#
|
||||
# This file takes session-specific info (that is info, you want to keep
|
||||
# between two PIKA 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 PIKA. If this file isn't found, defaults are used.
|
||||
|
||||
(session-info "toplevel"
|
||||
(factory-entry "pika-empty-image-window")
|
||||
(position 200 100)
|
||||
(size 640 480))
|
||||
(session-info "toplevel"
|
||||
(factory-entry "pika-single-image-window")
|
||||
(position 0 0)
|
||||
(size 800 600)
|
||||
(open-on-exit)
|
||||
(aux-info
|
||||
(left-docks-width "188")
|
||||
(right-docks-width "205")
|
||||
(maximized "no"))
|
||||
(pika-toolbox
|
||||
(side left)
|
||||
(book
|
||||
(current-page 0)
|
||||
(dockable "pika-tool-options"
|
||||
(tab-style automatic)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "pika-device-status"
|
||||
(tab-style automatic)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "pika-undo-history"
|
||||
(tab-style automatic)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "pika-image-list"
|
||||
(tab-style automatic)
|
||||
(aux-info
|
||||
(show-button-bar "true")))))
|
||||
(pika-dock
|
||||
(side right)
|
||||
(book
|
||||
(current-page 0)
|
||||
(dockable "pika-brush-grid"
|
||||
(tab-style automatic)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "pika-pattern-grid"
|
||||
(tab-style automatic)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "pika-font-list"
|
||||
(tab-style automatic)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "pika-document-list"
|
||||
(tab-style automatic)
|
||||
(aux-info
|
||||
(show-button-bar "true"))))
|
||||
(book
|
||||
(position 336)
|
||||
(current-page 0)
|
||||
(dockable "pika-layer-list"
|
||||
(tab-style automatic)
|
||||
(preview-size 32)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "pika-channel-list"
|
||||
(tab-style automatic)
|
||||
(preview-size 32)
|
||||
(aux-info
|
||||
(show-button-bar "true")))
|
||||
(dockable "pika-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
|
Reference in New Issue
Block a user