aboutsummaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-06-09 00:41:02 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-06-09 12:06:19 +0200
commitd8cc59e18d6bf90c91e5d9cf1f9c36587f4ab26c (patch)
treef004320e757660cbefb02559ea7a902575c84e1c /dillorc
parente89a2293ebb3331dca46f5edf0108231b1007402 (diff)
Add new_tab_page option
Adds support to load a custom page when a new tab is opened. The current behavior is set as the default, load a blank page. The location bar is only selected when the new tab page is the blank page, otherwise the page loaded gets the focus. Co-authored-by: Alex <a1ex@dismail.de> Fixes: https://github.com/dillo-browser/dillo/issues/124
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc5
1 files changed, 5 insertions, 0 deletions
diff --git a/dillorc b/dillorc
index 362b9bb9..72f6862e 100644
--- a/dillorc
+++ b/dillorc
@@ -157,6 +157,11 @@
# home="file:/home/jcid/HomePage/Home.html"
#home="https://dillo-browser.github.io/"
+# Set the new tab page.
+# new_tab_page="dpi:/bm/"
+# new_tab_page="https://example.com/"
+#new_tab_page="about:blank"
+
# Set the URLs used by the web search dialog.
# "%s" is replaced with the search keywords separated by '+'.
# Format: search_url="[prefix ][<label> ]<url>"