From 73b5004c3f6cb1f19ec9c10dd6c53ccf1ffb5641 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 29 Sep 2019 21:40:38 +0200 Subject: [PATCH] Fix tab titles separator at the end --- .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 1844991..df6f897 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -57,7 +57,7 @@ c.editor.command = ["alacritty", "-e", "nvim", "-f", "{file}"] # Tab-Bar # have tab bar on the right, not on the top c.tabs.background = True -c.tabs.title.format = '{index} {audio}{perc}{current_title}{title_sep}' +c.tabs.title.format = '{index} {audio}{perc}{current_title}' c.tabs.position = "right" c.tabs.width = "15%"