# -*- shell-script -*- # export SYNFIG_ENABLE_POLYGON=1 export SYNFIG_ENABLE_DRAW=1 # export SYNFIG_ENABLE_SKETCH=1 # export SYNFIG_ENABLE_WIDTH=1 export SYNFIG_TIMETRACK_ROW_HEIGHT=21 export SYNFIG_TIMETRACK_HEADER_HEIGHT=25 export SYNFIG_WINDOW_POSITION_X_OFFSET=1 export SYNFIG_WINDOW_POSITION_Y_OFFSET=1 # export SYNFIG_ROOT=/usr/local export SYNFIG_TRANSIENT_DIALOGS=1 # stop 'one moment please' and the splash screen being rude with my display export SYNFIG_DISABLE_POPUP_WINDOWS=1 # disable the tile renderer # export SYNFIG_DISABLE_TILE_RENDER=1 unset SYNFIG_DISABLE_TILE_RENDER # show each dock panel destructor as it runs unset SYNFIG_DEBUG_DESTRUCTORS # show red borders around tiles # export SYNFIG_SHOW_TILE_OUTLINES=1 # don't show the canvas properties when creating a new document unset SYNFIG_ENABLE_NEW_CANVAS_EDIT_PROPERTIES # don't create blank document at startup unset SYNFIG_DISABLE_AUTOMATIC_DOCUMENT_CREATION export VISUAL=/home/chris/bin/editor export EDITOR=$VISUAL export PAGER=less export GIT_PAGER=cat export SYNFIG_DISABLE_KEY_UNDO=1 export SYNFIG_DISABLE_KEY_REDO=1 export SYNFIG_DISABLE_KEY_CUT=1 export SYNFIG_DISABLE_KEY_COPY=1 export SYNFIG_DISABLE_KEY_PASTE=1 export SYNFIG_DISABLE_KEY_DELETE=1 export SYNFIG_DISABLE_KEY_SELECT_ALL=1 export SYNFIG_ENABLE_POPUP_MENU_IN_ALL_TOOLS=1 ### expand "1s" to "0h 0m 1s 0f" when editing # export SYNFIG_SHOW_FULL_TIME_ON_FOCUS=1 ### where to load the list of modules # export SYNFIG_MODULE_LIST=/home/chris/.synfig-modules.txt # export SYNFIG_MODULE_LIST=/home/chris/programs/synfig/git/install/etc/synfig_modules.cfg # for the canvas parameter of pastecanvases, show waypoints for when the parameter value changes, # not for when the contents of the currently selected canvas change export SYNFIG_SHOW_CANVAS_PARAM_WAYPOINTS=1 export sourced_xprofile=1