# --------------------------------------------------------------------------- #
# $Id: pointlessrc,v 1.10 2003/03/14 09:39:26 smash Exp $
# --------------------------------------------------------------------------- #
#
# This is the system wide configuration for pointless. Everything in this
# file can be overridden by the per-user configuration file, ~./pointlessrc.
#


# --------------------------------------------------------------------------- #

[DEFAULT]

# The search path 
##path = /usr/local/fonts/truetype

# Loglevel. Choose one of WARNING, INFO, DEBUG
loglevel = WARNING

# When no font is specified, use this
default_fontname = FreeSans.ttf
default_fontsize = 20

# --------------------------------------------------------------------------- #

[WINDOW]

# The geometry of the window
width = 800
height = 600
xoffset = 0
yoffset = 0

# --------------------------------------------------------------------------- #

[EXPORT]

templatefile = singleshot.html
firsttemplatefile = firstsingleshot.html
lasttemplatefile = lastsingleshot.html
indexfile = index.html

# --------------------------------------------------------------------------- #
