X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6d69f0a6677e5428d554ac89b877294eed33e3d9..77f7ba624563586634c250d6341934cad2280ae4:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index abb63f3..f659d26 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -13,7 +13,9 @@ c.aliases = {'w': 'session-save', 'quit': 'close', 'q': 'close', + 'qa': 'quit', 'wq': 'quit --save', + 'wqa': 'quit --save', 'mpv': 'spawn --userscript ~/src/qutebrowser/misc/userscripts/view_in_mpv' } @@ -554,7 +556,7 @@ c.confirm_quit = ['downloads'] ## - no-3rdparty: Accept cookies from the same origin only. This is known to break some sites, such as GMail. ## - no-unknown-3rdparty: Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty. ## - never: Don't accept cookies at all. -# c.content.cookies.accept = 'no-3rdparty' +c.content.cookies.accept = 'no-3rdparty' ## Store cookies. Note this option needs a restart with QtWebEngine on Qt ## < 5.9. @@ -577,7 +579,7 @@ c.confirm_quit = ['downloads'] ## Try to pre-fetch DNS entries to speed up browsing. ## Type: Bool -# c.content.dns_prefetch = True +c.content.dns_prefetch = True ## Expand each subframe to its contents. This will flatten all the frames ## to become one scrollable page.