This commit is contained in:
Kovid Goyal 2018-03-15 20:58:26 +05:30
parent b2561fd61e
commit 0170bf636b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -518,6 +518,7 @@ Apple does not want you to use command line options with GUI applications. To
workaround that limitation, kitty will read command line options from the file workaround that limitation, kitty will read command line options from the file
`~/Library/Preferences/kitty/macos-launch-services-cmdline` when it is launched `~/Library/Preferences/kitty/macos-launch-services-cmdline` when it is launched
from the GUI, i.e. by clicking the kitty application icon or using `open -a kitty`. from the GUI, i.e. by clicking the kitty application icon or using `open -a kitty`.
Note that this file is *only read* when running via the GUI.
You can, of course, also run kitty from a terminal with command line options, using: You can, of course, also run kitty from a terminal with command line options, using:
`/Applications/kitty.app/Contents/MacOS/kitty`. `/Applications/kitty.app/Contents/MacOS/kitty`.