aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/autokey-common.profile3
-rw-r--r--etc/autokey-gtk.profile3
-rw-r--r--etc/autokey-qt.profile3
-rw-r--r--etc/autokey-run.profile3
-rw-r--r--etc/autokey-shell.profile3
5 files changed, 6 insertions, 9 deletions
diff --git a/etc/autokey-common.profile b/etc/autokey-common.profile
index bd50a2dfb..b1a77c0a4 100644
--- a/etc/autokey-common.profile
+++ b/etc/autokey-common.profile
@@ -4,7 +4,8 @@
4# Persistent local customizations 4# Persistent local customizations
5include autokey-common.local 5include autokey-common.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7# added by caller profile
8#include globals.local
8 9
9noblacklist ${HOME}/.config/autokey 10noblacklist ${HOME}/.config/autokey
10noblacklist ${HOME}/.local/share/autokey 11noblacklist ${HOME}/.local/share/autokey
diff --git a/etc/autokey-gtk.profile b/etc/autokey-gtk.profile
index 7e398fc6b..e16449064 100644
--- a/etc/autokey-gtk.profile
+++ b/etc/autokey-gtk.profile
@@ -4,8 +4,7 @@
4# Persistent local customizations 4# Persistent local customizations
5include autokey-gtk.local 5include autokey-gtk.local
6# Persistent global definitions 6# Persistent global definitions
7# added by included profile 7include globals.local
8#include globals.local
9 8
10# Redirect 9# Redirect
11include autokey-common.profile 10include autokey-common.profile
diff --git a/etc/autokey-qt.profile b/etc/autokey-qt.profile
index 1a2365681..b6f1210dd 100644
--- a/etc/autokey-qt.profile
+++ b/etc/autokey-qt.profile
@@ -4,8 +4,7 @@
4# Persistent local customizations 4# Persistent local customizations
5include autokey-qt.local 5include autokey-qt.local
6# Persistent global definitions 6# Persistent global definitions
7# added by included profile 7include globals.local
8#include globals.local
9 8
10# Redirect 9# Redirect
11include autokey-common.profile 10include autokey-common.profile
diff --git a/etc/autokey-run.profile b/etc/autokey-run.profile
index dca1f4548..05669351a 100644
--- a/etc/autokey-run.profile
+++ b/etc/autokey-run.profile
@@ -4,8 +4,7 @@
4# Persistent local customizations 4# Persistent local customizations
5include autokey-run.local 5include autokey-run.local
6# Persistent global definitions 6# Persistent global definitions
7# added by included profile 7include globals.local
8#include globals.local
9 8
10# Redirect 9# Redirect
11include autokey-common.profile 10include autokey-common.profile
diff --git a/etc/autokey-shell.profile b/etc/autokey-shell.profile
index def5809c2..dfbd8759f 100644
--- a/etc/autokey-shell.profile
+++ b/etc/autokey-shell.profile
@@ -4,8 +4,7 @@
4# Persistent local customizations 4# Persistent local customizations
5include autokey-shell.local 5include autokey-shell.local
6# Persistent global definitions 6# Persistent global definitions
7# added by included profile 7include globals.local
8#include globals.local
9 8
10# Redirect 9# Redirect
11include autokey-common.profile 10include autokey-common.profile