summaryrefslogtreecommitdiffstats
path: root/etc/qutebrowser.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/qutebrowser.profile')
-rw-r--r--etc/qutebrowser.profile13
1 files changed, 4 insertions, 9 deletions
diff --git a/etc/qutebrowser.profile b/etc/qutebrowser.profile
index 9e3853a09..e556ecf1f 100644
--- a/etc/qutebrowser.profile
+++ b/etc/qutebrowser.profile
@@ -9,18 +9,13 @@ include globals.local
9noblacklist ${HOME}/.cache/qutebrowser 9noblacklist ${HOME}/.cache/qutebrowser
10noblacklist ${HOME}/.config/qutebrowser 10noblacklist ${HOME}/.config/qutebrowser
11noblacklist ${HOME}/.local/share/qutebrowser 11noblacklist ${HOME}/.local/share/qutebrowser
12
13# Allow python (blacklisted by disable-interpreters.inc)
14noblacklist ${PATH}/python2*
15noblacklist ${PATH}/python3*
16noblacklist /usr/lib/python2*
17noblacklist /usr/lib/python3*
18noblacklist /usr/local/lib/python2*
19noblacklist /usr/local/lib/python3*
20
21# with >=llvm-4 mesa drivers need llvm stuff 12# with >=llvm-4 mesa drivers need llvm stuff
22noblacklist /usr/lib/llvm* 13noblacklist /usr/lib/llvm*
23 14
15# Allow python (blacklisted by disable-interpreters.inc)
16include allow-python2.inc
17include allow-python3.inc
18
24include disable-common.inc 19include disable-common.inc
25include disable-devel.inc 20include disable-devel.inc
26include disable-interpreters.inc 21include disable-interpreters.inc