profiles: qutebrowser: add comment about qute-pass support (#6879)

This commit is contained in:
JustinWayland 2025-08-26 07:22:46 -04:00 committed by GitHub
parent 2a3cd30bc4
commit 8a2cb8ed5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,15 @@ include qutebrowser.local
# Persistent global definitions
include globals.local
# Put the following lines in qutebrowser.local if you want to use qute-pass.
# Note that using this will leave zombie processes in the sandbox when you
# close qutebrowser.
# Defaults for gpg and pass, respectively.
#noblacklist ${HOME}/.gnupg
#noblacklist ${HOME}/.password-store
#whitelist ${HOME}/.gnupg
#whitelist ${HOME}/.password-store
noblacklist ${HOME}/.cache/qutebrowser
noblacklist ${HOME}/.config/qutebrowser
noblacklist ${HOME}/.local/share/qutebrowser