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

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

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

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