diff options
Diffstat (limited to 'home')
-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 |