1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-24 15:53:08 +00:00
dotfiles/qutebrowser/ui.py

9 lines
363 B
Python

c.completion.open_categories = ["bookmarks","history"]
c.confirm_quit = ['downloads']
c.content.fullscreen.window = True
c.content.prefers_reduced_motion = True
c.content.user_stylesheets = ['css/adblock.css', 'css/ao3.css', 'css/laserwave.css', 'css/twitter_dark.css', 'css/user.css']
c.qt.highdpi = True
c.tabs.show = 'multiple'
c.window.hide_decoration = True