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:
parent
65b74b2045
commit
e3ad5108f5
|
@ -138,7 +138,6 @@ in {
|
||||||
Crashed = true;
|
Crashed = true;
|
||||||
SuccessfulExit = false;
|
SuccessfulExit = false;
|
||||||
};
|
};
|
||||||
ProcessType = "Background";
|
|
||||||
RunAtLoad = true;
|
RunAtLoad = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
</dict>
|
</dict>
|
||||||
<key>Label</key>
|
<key>Label</key>
|
||||||
<string>org.nix-community.home.espanso</string>
|
<string>org.nix-community.home.espanso</string>
|
||||||
<key>ProcessType</key>
|
|
||||||
<string>Background</string>
|
|
||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
<string>@espanso@/bin/espanso</string>
|
<string>@espanso@/bin/espanso</string>
|
||||||
|
|
Loading…
Reference in a new issue