diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-13 15:11:14 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-16 21:20:59 +0100 |
commit | 6392699316bbdfd027862fa28050cd54253f25d4 (patch) | |
tree | e8bca4c348ca7732943d1c92e4749bf21e1f492c /dillorc | |
parent | 93d64e5c85045ebbcd4efc34d13bfce0549eb26b (diff) |
Use right button to close tabs by default
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -378,7 +378,7 @@ ui_tab_bg_color=#b7beb7 # A mouse's middle click over a tab closes the Tab. # With mousewheel mouses, right click feels way better (set to YES). -#right_click_closes_tab=NO +#right_click_closes_tab=YES # Mouse middle click by default drives drag-scrolling. # To paste an URL into the window instead of scrolling, set it to NO. |