diff options
-rw-r--r-- | xxxterm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c index e226d2a..28fb4d6 100644 --- a/xxxterm.c +++ b/xxxterm.c @@ -579,8 +579,8 @@ struct settings { { "enable_scripts", XT_S_INT, 0, &enable_scripts, NULL, NULL }, { "enable_socket", XT_S_INT, XT_SF_RESTART,&enable_socket, NULL, NULL }, { "fancy_bar", XT_S_INT, XT_SF_RESTART,&fancy_bar, NULL, NULL }, - { "home", XT_S_STR, 0, NULL, &home, NULL }, - { "http_proxy", XT_S_STR, 0, NULL, &http_proxy, NULL }, + { "home", XT_S_STR, 0, NULL, &home, NULL }, + { "http_proxy", XT_S_STR, 0, NULL, &http_proxy, NULL }, { "icon_size", XT_S_INT, 0, &icon_size, NULL, NULL }, { "read_only_cookies", XT_S_INT, 0, &read_only_cookies, NULL, NULL }, { "refresh_interval", XT_S_INT, 0, &refresh_interval, NULL, NULL }, |