From f1906868252d49693a56cd9faf90f6b44381db84 Mon Sep 17 00:00:00 2001 From: Charles D Date: Sun, 27 Oct 2024 16:35:46 -0400 Subject: [PATCH] add espanso config --- .config/espanso/config/default.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/espanso/config/default.yml diff --git a/.config/espanso/config/default.yml b/.config/espanso/config/default.yml new file mode 100644 index 0000000..eac2ce7 --- /dev/null +++ b/.config/espanso/config/default.yml @@ -0,0 +1,9 @@ +# espanso configuration file + +toggle_key: RIGHT_ALT +search_shortcut: ALT+SPACE +search_trigger: ".search" +show_icon: false +show_notifications: false +backend: auto +auto_restart: true