aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-02-29 19:05:07 +0000
committerLibravatar GitHub <noreply@github.com>2020-02-29 19:05:07 +0000
commit2c5f7bfc0a0955740fefa91d4c359b2eef6d6d7e (patch)
tree0c5d540d1db455d9bf04b89c7926f8516b60bf62
parentMerge pull request #3251 from eighthave/master (diff)
parentUpdate conky.profile (diff)
downloadfirejail-2c5f7bfc0a0955740fefa91d4c359b2eef6d6d7e.tar.gz
firejail-2c5f7bfc0a0955740fefa91d4c359b2eef6d6d7e.tar.zst
firejail-2c5f7bfc0a0955740fefa91d4c359b2eef6d6d7e.zip
Merge pull request #3255 from curiosityseeker/master
conky needs lua
-rw-r--r--etc/conky.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/conky.profile b/etc/conky.profile
index 10a243cd3..e5cd7085a 100644
--- a/etc/conky.profile
+++ b/etc/conky.profile
@@ -8,6 +8,9 @@ include globals.local
8 8
9noblacklist ${PICTURES} 9noblacklist ${PICTURES}
10 10
11# Allow lua (blacklisted by disable-interpreters.inc)
12include allow-lua.inc
13
11include disable-common.inc 14include disable-common.inc
12include disable-devel.inc 15include disable-devel.inc
13include disable-exec.inc 16include disable-exec.inc