From 8a2cb8ed5d6e0829c3ac6aadf775b8902b38589b Mon Sep 17 00:00:00 2001 From: JustinWayland Date: Tue, 26 Aug 2025 07:22:46 -0400 Subject: [PATCH] profiles: qutebrowser: add comment about qute-pass support (#6879) --- etc/profile-m-z/qutebrowser.profile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/profile-m-z/qutebrowser.profile b/etc/profile-m-z/qutebrowser.profile index 77e99c6ff..89f0827d1 100644 --- a/etc/profile-m-z/qutebrowser.profile +++ b/etc/profile-m-z/qutebrowser.profile @@ -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