qutebrowser: Hide tabs and add host in window title

master
Pierre Neidhardt 2017-10-14 19:22:57 +01:00
parent e639a6604a
commit a3df3cd9cf
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ c.hints.scatter = False
c.hints.uppercase = True
c.input.partial_timeout = 2000
c.tabs.tabs_are_windows = True
c.tabs.show = "multiple"
c.window.title_format = "{title}{title_sep}{host}{title_sep}qutebrowser"
c.url.searchengines = {
"DEFAULT": "https://duckduckgo.com/?q={}",
"arch": "http://wiki.archlinux.org/index.php?title=Special%3ASearch&search={}&go=Go",