diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-08-29 16:42:43 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-08-29 16:42:43 -0400 |
commit | 1ce8c50a9a85f69b01b1744d720aaf40ca17e0f1 (patch) | |
tree | d112649febf097a0f70a6e0c4858aa318aac8025 /example_svterc | |
parent | 433597f738c33a025c477f08dc4f94ecff31d63e (diff) |
add a config setting for the default browser; update example svterc accordingly
Diffstat (limited to 'example_svterc')
-rw-r--r-- | example_svterc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example_svterc b/example_svterc index c6367f2..36a4649 100644 --- a/example_svterc +++ b/example_svterc @@ -1,3 +1,8 @@ +[general] + +# Specify a web browser you'd like, otherwise svte will use xdg-open +# browser = firefox + [ui] # true to enable bold text, false to disable it. allow_bold=false |