From 8e8556a177fa0934ed3f4db5bf6755b8e4e87273 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Thu, 21 Jan 2021 23:56:36 +0100 Subject: [PATCH] Added espanso config --- .config/espanso/default.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/espanso/default.yml diff --git a/.config/espanso/default.yml b/.config/espanso/default.yml new file mode 100644 index 0000000..a7488e0 --- /dev/null +++ b/.config/espanso/default.yml @@ -0,0 +1,9 @@ +# espanso configuration file + +backend: Inject +auto_restart: true +fast_inject: true + +# This is the default configuration file, change it as you like it +# You can refer to the official documentation: +# https://espanso.org/docs/ \ No newline at end of file