summarylogtreecommitdiffstats
path: root/espanso.install
diff options
context:
space:
mode:
Diffstat (limited to 'espanso.install')
-rw-r--r--espanso.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/espanso.install b/espanso.install
new file mode 100644
index 000000000000..aa071f60604b
--- /dev/null
+++ b/espanso.install
@@ -0,0 +1,5 @@
+function post_install {
+ echo "
+To start espanso automatically when you log in, enable the systemd user service: systemctl --user enable espanso.service
+"
+}