aboutsummaryrefslogtreecommitdiff
path: root/geometry.dot.link
blob: 0c1ec3ae8d7f053a56b5b48d1227234cc0946e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Terminal geometry file configuration.
#

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

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