From 596672e5ee71c0ede5c90cb5f80fd2a5c202342a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 8 Jun 2012 14:42:09 -0400 Subject: [PATCH] document term setting --- termite.c | 3 +-- termite.cfg | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/termite.c b/termite.c index 67f2cfc..3b25c09 100644 --- a/termite.c +++ b/termite.c @@ -274,10 +274,9 @@ static void load_config(GtkWindow *window, VteTerminal *vte, bool first_run, gint cfgint; gchar *cfgstr; - if (first_run && get_config_string(config, "terminal", "term", &cfgstr)) { + if (first_run && get_config_string(config, "options", "term", &cfgstr)) { *term = cfgstr; } - if (get_config_boolean(config, "options", "resize_grip", &cfgbool)) { gtk_window_set_has_resize_grip(window, cfgbool); } diff --git a/termite.cfg b/termite.cfg index 55c836c..5f19a40 100644 --- a/termite.cfg +++ b/termite.cfg @@ -25,6 +25,10 @@ cursor_shape = BLOCK # $BROWSER is used by default #browser = /usr/bin/firefox +# vte-256color has the correct terminfo, but some applications (vim, weechat) +# still need patches for mouse/title support +#term = vte-256color + [colors] foreground = #dcdccc background = #3f3f3f