Remove unnecessary flags from Kitty service

This commit is contained in:
Danielle McLean 2024-12-17 15:59:04 +11:00
parent 602b5f375a
commit d99acbcbea
Signed by: 00dani
GPG key ID: 6854781A0488421C

View file

@ -6,11 +6,8 @@
<true/> <true/>
<key>Label</key> <key>Label</key>
<string>net.kovidgoyal.kitty</string> <string>net.kovidgoyal.kitty</string>
<key>ProgramArguments</key> <key>Program</key>
<array> <string>/Applications/kitty.app/Contents/MacOS/kitty</string>
<string>/Applications/kitty.app/Contents/MacOS/kitty</string>
<string>--single-instance</string>
</array>
<key>RunAtLoad</key> <key>RunAtLoad</key>
<true/> <true/>
<key>WorkingDirectory</key> <key>WorkingDirectory</key>