Simplify Kitty launch (avoid need for shell wrapper)
This commit is contained in:
parent
12fc157b2e
commit
814b8f0315
1 changed files with 4 additions and 3 deletions
|
@ -8,11 +8,12 @@
|
|||
<string>net.kovidgoyal.kitty</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/bin/zsh</string>
|
||||
<string>-c</string>
|
||||
<string>exec /Applications/kitty.app/Contents/MacOS/kitty --directory ~ --listen-on unix:~/.cache/kitty/kitty.sock --single-instance</string>
|
||||
<string>/Applications/kitty.app/Contents/MacOS/kitty</string>
|
||||
<string>--single-instance</string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/dani</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue