diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-07 20:00:23 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-07 20:00:23 +0200 |
commit | e20cc1ee157fd287a0d409d7ae7ea7323444b4ac (patch) | |
tree | 168b4d6a1cfa1fe0658b9cc9216621f012c61421 | |
parent | a14304bbef833bb7bcd6b1a4dd4155e053f8cd23 (diff) | |
download | lbsd-e20cc1ee157fd287a0d409d7ae7ea7323444b4ac.tar.gz |
Update dillorc
-rw-r--r-- | home/john/.dillo/dillorc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/john/.dillo/dillorc b/home/john/.dillo/dillorc index afce58e..b35a32f 100644 --- a/home/john/.dillo/dillorc +++ b/home/john/.dillo/dillorc @@ -162,6 +162,7 @@ search_url="wk Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" search_url="fd Free Dictionary http://www.thefreedictionary.com/%s" search_url="sp Startpage (https) https://www.startpage.com/do/search?query=%s" search_url="gg Google http://www.google.com/search?q=%s&ie=UTF-8&gbv=1" +search_url="' Google http://www.google.com/search?q=%s&ie=UTF-8&gbv=1" # If set, dillo will ask web servers to send pages in this language. # This setting does NOT change dillo's user interface. @@ -355,7 +356,7 @@ ui_tab_bg_color=#b7beb7 # A mouse's middle click over a link opens a new Tab. # If you prefer to open a new Window instead, set it to NO. -middle_click_opens_new_tab=NO +middle_click_opens_new_tab=YES # A mouse's middle click over a tab closes the Tab. # With mousewheel mouses, right click feels way better (set to YES). @@ -368,7 +369,7 @@ middle_click_opens_new_tab=NO # Focus follows new Tabs. # You can hold SHIFT to temporarily revert this behaviour. -#focus_new_tab=YES +focus_new_tab=NO # Ask before quitting Dillo with more than one window or tab open. #show_quit_dialog=YES |