#
# These are the configurable items for zorro. The values indicated are
# the defaults so if you like them dont do anything! You can probably
# configure all kinds of things using X resources as well but I havent
# got it set up for that yet. The easiest way to set many of these is
# using the configure option oof the program.
#
# Set the sort order controlling how actions are displayed.
#
#set zorro(sortOrder) {done priority due begin title entered parent}
#
# Show actions that are marked as done.
#
#set zorro(showDone) 1
#
# Turn off/on display of done/not done flag
#
#set zorro(doneFlag) 1
#
# Turn off/on display of priority information
#
#set zorro(priorities) 1
#
# The labels used to display the priorities.
#
#set zorro(priorityLabels) { 1 2 3 4 5 }
#
# The following control the colours used to indicate priority. Has no
# effect on monochrome systems.
#
#set zorro(priorityBackground) { red yellow green blue white }
#set zorro(priorityForeground) { yellow blue white yellow black }
#
# Just display a list of Actions N.B. - no longer supported!!!
# The use of categories is no longer mandatory (though it is very useful)
#
#set zorro(listView) 0
#
# In listView, display the category after the action N.B. no longer supported
#
#set zorro(categories) 0
#
# The width of the level displays. Note that level 0 never appears but
# the value must be present.
#
#set zorro(listHeight) {0 200 200}
#
# The height of the listView box
#
#set zorro(listWidth) {0 150 300}
#
# If the following is set no Quit button is displayed - you have to
# use the close item on the pulldown menu on the window frame.
#
#set zorro(noQuit) 0
#
# If this is set all control is via a menubar at the top of the window.
#
#set zorro(menubar) 0
#
# Specifies the relationship between the levels that are
# displayed. The values are left, right, top or bottom. and specify
#
#set zorro(placement) left
#
# This is the label displayed above the highest (lowest?) level display
#
#set zorro(rootLabel) Category
#
# This is the word appended to the title of a level display when no
# label is provided
#
#set zorro(subLabel) Task
#
# This is the tag added to the name of a duplicated action
#
#set zorro(copyTag) Copy
#
# This is the number of levels of actions that are displayed by zorro.
#
#set zorro(levels) 2
#
# This is the maximum level of actiosn that zorro will deal
# with. Currently it will not work well when maxLevel > levels
#
#set zorro(maxlevel) 2

