From 77ff63d936eafe0a3a62a9cfaa9a9f388f212e72 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 3 Dec 2019 20:19:31 +0100 Subject: [PATCH] tabs with to 10% --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 7ccafc0..dfa829b 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1310,7 +1310,7 @@ c.tabs.position = 'left' ## Width (in pixels or as percentage of the window) of the tab bar if ## it's vertical. ## Type: PercOrInt -c.tabs.width = '12%' +c.tabs.width = '10%' ## Wrap when changing tabs. ## Type: Bool