]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - qutebrowser/.config/qutebrowser/config.py
Merge branch 'master' of git.friedersdorff.com:max/dotfiles
[max/dotfiles.git] / qutebrowser / .config / qutebrowser / config.py
index 55f465b1f60e55bfc04f4972938c973fecb5efb7..23a7752c7f67f3f9f363d8730850c64e942f9312 100644 (file)
@@ -10,6 +10,7 @@ c.tabs.position = 'left'
 c.url.auto_search = 'dns'
 c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'}
 c.messages.timeout = 5000
+c.tabs.background = True
 
 config.bind(',ej', 'spawn --userscript noscript_enable')
 config.bind(',dj', 'spawn --userscript noscript_disable')
@@ -27,5 +28,5 @@ c.content.headers.accept_language = 'en-US,en;q=0.5'
 c.content.headers.user_agent = 'Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0'
 c.content.headers.custom = {'accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'}
 
-#xwayland
-c.qt.force_platform = 'xcb'
+# wayland
+c.window.hide_decoration = True