diff options
author | Todd T. Fries <todd@fries.net> | 2012-02-28 15:42:33 -0600 |
---|---|---|
committer | Todd T. Fries <todd@fries.net> | 2012-02-28 15:42:33 -0600 |
commit | d0f846d5543f052bbebb11bd95b0d2dcc8d72df7 (patch) | |
tree | 8c656940290e09a8fb5197e86ee5c77683c5702b | |
parent | fe5a6821e503bbfe0c3ae27d80686dce599e4061 (diff) | |
download | xombrero-d0f846d5543f052bbebb11bd95b0d2dcc8d72df7.tar.gz |
permit userstyle_global in xxxterm.conf
-rw-r--r-- | settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c index 43f10ba..5f68b3f 100644 --- a/settings.c +++ b/settings.c @@ -341,6 +341,7 @@ struct settings rs[] = { { "enable_strict_transport", XT_S_INT, 0, &enable_strict_transport, NULL, NULL }, { "statusbar_elems", XT_S_STR, 0, NULL, &statusbar_elems, NULL }, { "tab_style", XT_S_STR, 0, NULL, NULL,&s_tab_style }, + { "userstyle_global", XT_S_INT, 0, &userstyle_global, NULL, NULL }, { "url_regex", XT_S_STR, 0, NULL, &url_regex, NULL }, { "window_height", XT_S_INT, 0, &window_height, NULL, NULL }, { "window_width", XT_S_INT, 0, &window_width, NULL, NULL }, |