diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-16 19:41:12 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-17 18:15:47 +0200 |
commit | 71e680bd5f19bfd6b29e221e2f0b6e4d03cf3294 (patch) | |
tree | af562dae87603d594a388a2e8c96a2e23bc76035 /dillorc | |
parent | 60e7437ec072e0653e3664281857e28c647afaf9 (diff) |
Don't focus on new tabs by default
Assume the user will want to continue in the current page when opening
a page in a new tab.
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -423,7 +423,7 @@ ui_tab_bg_color=#b7beb7 # 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=NO |