X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6d69f0a6677e5428d554ac89b877294eed33e3d9..d0f4a5b09bf729918c9fe50ec1b8a8a4955214d8:/qutebrowser/config.py?ds=sidebyside diff --git a/qutebrowser/config.py b/qutebrowser/config.py index abb63f3..becd0cc 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.