From 06e75ef4886f1be39f40a8c66c2a4f18d60b5c09 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sun, 4 Nov 2018 17:54:27 +0100 Subject: [PATCH] Dont focus newly opened tabs in qutebrowser --- .config/qutebrowser/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index b75d71f..715ecc1 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -56,9 +56,12 @@ c.content.host_blocking.lists = [ c.fonts.monospace = '"DejaVu Sans", "xos4 Terminus", Terminus, Monospace, Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal' c.scrolling.bar = 'always' c.session.lazy_restore = True +c.tabs.background = True c.tabs.indicator.width = 0 +c.tabs.last_close = 'blank' c.tabs.padding = {'top': 3, 'bottom': 3, 'left': 5, 'right': 5} c.tabs.position = 'left' +c.tabs.title.format = '{index}: {audio}{title}' c.tabs.width = 240 c.url.default_page = 'about:blank' c.url.searchengines = {