aboutsummaryrefslogtreecommitdiff
path: root/geometry.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:32:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:32:30 -0200
commit0dda694086411cc1da1b472e42516d31208e240e (patch)
tree5daf5409eec865c54c35a535690fde1b20456a8d /geometry.dot.link
downloadprofile-0dda694086411cc1da1b472e42516d31208e240e.tar.gz
profile-0dda694086411cc1da1b472e42516d31208e240e.tar.bz2
Initial import
Diffstat (limited to 'geometry.dot.link')
-rw-r--r--geometry.dot.link11
1 files changed, 11 insertions, 0 deletions
diff --git a/geometry.dot.link b/geometry.dot.link
new file mode 100644
index 0000000..7657e8d
--- /dev/null
+++ b/geometry.dot.link
@@ -0,0 +1,11 @@
+#
+# Terminal geometry file configuration.
+#
+
+TERM="rxvt"
+FONT="-*-terminus-*-*-*-*-18-*-*-*-*-*-*-*"
+
+# Load custom configuration
+if [ -e "$HOME/.custom/geometry" ]; then
+ source $HOME/.custom/geometry
+fi