From 2c08b341c57f8573f185a25e1d9a77e524d35701 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 7 Jun 2012 21:14:22 -0400 Subject: [PATCH] now has a config file --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 98ab0ce..70c84d0 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,7 @@ A simple VTE-based terminal. -Configuration is done at compile-time via ``config.h``. +Termite looks for ``termite.cfg`` in ``$XDG_CONFIG_HOME`` (or ``~/.config`` if +unset) and then falls back to ``$XDG_CONFIG_DIRS``. DEPENDENCIES ============