aboutsummaryrefslogtreecommitdiffstats
path: root/etc/autokey-common.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/autokey-common.profile')
-rw-r--r--etc/autokey-common.profile12
1 files changed, 3 insertions, 9 deletions
diff --git a/etc/autokey-common.profile b/etc/autokey-common.profile
index 44c0a3c15..bd50a2dfb 100644
--- a/etc/autokey-common.profile
+++ b/etc/autokey-common.profile
@@ -10,14 +10,8 @@ noblacklist ${HOME}/.config/autokey
10noblacklist ${HOME}/.local/share/autokey 10noblacklist ${HOME}/.local/share/autokey
11 11
12# Allow python (blacklisted by disable-interpreters.inc) 12# Allow python (blacklisted by disable-interpreters.inc)
13noblacklist ${PATH}/python2* 13include allow-python2.inc
14noblacklist ${PATH}/python3* 14include allow-python3.inc
15noblacklist /usr/lib/python2*
16noblacklist /usr/lib/python3*
17noblacklist /usr/local/lib/python2*
18noblacklist /usr/local/lib/python3*
19noblacklist /usr/share/python2*
20noblacklist /usr/share/python3*
21 15
22include disable-common.inc 16include disable-common.inc
23include disable-devel.inc 17include disable-devel.inc
@@ -44,4 +38,4 @@ private-cache
44private-dev 38private-dev
45private-tmp 39private-tmp
46 40
47# memory-deny-write-execute - Breaks on Arch 41#memory-deny-write-execute - breaks on Arch (see issue #1803)