aboutsummaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-01-16 21:18:19 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-01-22 00:16:10 +0100
commit3539afc759c268880c5b3027bbc97e5c02dd1263 (patch)
treee6b252931d98e64bf637a34a221709cb13050bb6 /dillorc
parent6392699316bbdfd027862fa28050cd54253f25d4 (diff)
Add scroll_switches_tabs option
By default, scrolling the mouse wheel over the tabs will switch among tabs. The option allows users to disable the feature.
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc4
1 files changed, 4 insertions, 0 deletions
diff --git a/dillorc b/dillorc
index 5f0b756e..60fe2f4b 100644
--- a/dillorc
+++ b/dillorc
@@ -380,6 +380,10 @@ ui_tab_bg_color=#b7beb7
# With mousewheel mouses, right click feels way better (set to YES).
#right_click_closes_tab=YES
+# Scroll over tabs (using the mouse wheel) to switch among tabs.
+# If set to NO, the page will be scrolled instead.
+#scroll_switches_tabs=YES
+
# Mouse middle click by default drives drag-scrolling.
# To paste an URL into the window instead of scrolling, set it to NO.
# Note: You could always paste the URL onto the URL box clear button.