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

# Default terminal application
TERM="rxvt"

# Optional font configuration
#FONT="-*-terminus-*-*-*-*-14-*-*-*-*-*-*-*"

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