#
# Terminal geometry file configuration.
#

TERM="rxvt"
FONT="-*-terminus-*-*-*-*-18-*-*-*-*-*-*-*"

# Load custom configuration
if [ -e "$HOME/.custom/geometry" ]; then
  source $HOME/.custom/geometry
fi