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%"