1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-23 02:39:40 +01: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;
};
};