#!/bin/bash
# Get this from somewhere else

TAG=/tmp/s.emacs.`whoami`
SAVED_GEOM=$TAG.geom

# Fullscreen on an Acer v193w with font set to
# -xos4-terminus-bold-r-normal--16-160-72-72-c-80-iso8859-1
GEOM=179x56

[ -f "$SAVED_GEOM" ] && GEOM=`cat $SAVED_GEOM`

echo $GEOM

