From: Silvio Rhatto Date: Wed, 24 Dec 2025 16:26:16 +0000 (-0300) Subject: Move .geometry to the xsession repository X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=71ac7dae2d7fdfdf4bc0b75ce82b158ca081d183;p=rhatto%2Fdotfiles%2Fprofile.git Move .geometry to the xsession repository --- diff --git a/geometry.dot.link b/geometry.dot.link deleted file mode 100644 index 1144d24..0000000 --- a/geometry.dot.link +++ /dev/null @@ -1,16 +0,0 @@ -# -# 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