1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-25 16:23:06 +00:00
dotfiles/qutebrowser/ui.py

9 lines
363 B
Python
Raw Normal View History

2024-07-08 13:54:38 +00:00
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
2024-07-08 13:54:38 +00:00
c.tabs.show = 'multiple'
c.window.hide_decoration = True