From f5497dc3e49f044e1e8d28e3609623c6115d8541 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 5 Feb 2026 12:09:28 +0100 Subject: [PATCH] espanso helper fix --- usr/bin/jgespanso-pipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/jgespanso-pipe b/usr/bin/jgespanso-pipe index 45d808c..1bad579 100755 --- a/usr/bin/jgespanso-pipe +++ b/usr/bin/jgespanso-pipe @@ -35,7 +35,7 @@ trap "rm -f $MENU_ITEMS" EXIT if ! pgrep -x "espanso" > /dev/null then echo "^sep(Espanso - text expander)" >/tmp/espanso_list.csv - echo "Espanso not running! Run it first by: espanso start,^term(espanso start)" >>/tmp/espanso_list.csv + echo "Espanso not running! Run it first by: espanso start,^term(espanso service start --unmanaged)" >>/tmp/espanso_list.csv else echo "@search,,10,5,292,20,4,left,top,auto,#262626,\"\"\" $TYPE_TO_SEARCH\"\"\"" >/tmp/espanso_list.csv