1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 09:28:32 +02:00

espanso: remove background process type on Darwin

This leads to a considerably slower expansion time for snippets, which
severely degrades the user experience.

Also, the launchd plist from the source omits this key:

    8daadcc949/espanso/src/res/macos/com.federicoterzi.espanso.plist

PR #5411
This commit is contained in:
Nathan Henrie 2024-05-16 13:34:13 -06:00 committed by Robert Helgesson
parent 65b74b2045
commit e3ad5108f5
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED
2 changed files with 0 additions and 3 deletions

View File

@ -138,7 +138,6 @@ in {
Crashed = true;
SuccessfulExit = false;
};
ProcessType = "Background";
RunAtLoad = true;
};
};

View File

@ -16,8 +16,6 @@
</dict>
<key>Label</key>
<string>org.nix-community.home.espanso</string>
<key>ProcessType</key>
<string>Background</string>
<key>ProgramArguments</key>
<array>
<string>@espanso@/bin/espanso</string>