From c041aec25fffd86e26f1e195a320495bdef6c95a Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 2 Apr 2019 11:59:55 +0000 Subject: Add autokey profiles (#2635) * Add autokey to firecfg.config * Update README.md * Update RELNOTES * Create autokey-common.profile * Create autokey-gtk.profile * Create autokey-qt.profile * Create autokey-run.profile * Create autokey-shell.profile --- etc/autokey-run.profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/autokey-run.profile (limited to 'etc/autokey-run.profile') diff --git a/etc/autokey-run.profile b/etc/autokey-run.profile new file mode 100644 index 000000000..b70239022 --- /dev/null +++ b/etc/autokey-run.profile @@ -0,0 +1,11 @@ +# Firejail profile for autokey-run +# Description: Desktop automation utility (CLI version) +# This file is overwritten after every install/update +# Persistent local customizations +include autokey-run.local +# Persistent global definitions +# added by included profile +#include globals.local + +#Redirect +include autokey-common.profile -- cgit v1.2.3-54-g00ecf