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

# Default terminal application
#TERM="stterm"
TERM="rxvt"

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

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