mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
e3ad5108f5
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
27 lines
No EOL
651 B
Text
27 lines
No EOL
651 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>EnvironmentVariables</key>
|
|
<dict>
|
|
<key>PATH</key>
|
|
<string>@espanso@/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
|
</dict>
|
|
<key>KeepAlive</key>
|
|
<dict>
|
|
<key>Crashed</key>
|
|
<true/>
|
|
<key>SuccessfulExit</key>
|
|
<false/>
|
|
</dict>
|
|
<key>Label</key>
|
|
<string>org.nix-community.home.espanso</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>@espanso@/bin/espanso</string>
|
|
<string>launcher</string>
|
|
</array>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
</dict>
|
|
</plist> |