Kitty: Kitty is ignoring my config on MacOS

Created on 24 Jan 2019  路  7Comments  路  Source: kovidgoyal/kitty

I have my config in ~/.config/kitty/kitty.conf and ~/Library/Preferences/kitty is a symbolic link to it but kitty ignores my configs.

The only way for it to load my configs is to start kitty from another terminal with /Applications/kitty.app/Contents/MacOS/kitty -c ~/.config/kitty/kitty.conf

Most helpful comment

I solved it actually. There was a background kitty process that was running. I killed it and then the configuration was applied correctly.

All 7 comments

I cannot replicate on my macOS machine, kitty reads the config from
~/.config/kitty/kitty.conf

I suggest removing the symlink, it is not needed. And if that does not
work, use the kitty command line facility to pass the --config option
permanently, see the kitty FAQ for how to use this facility.

that didn't work for me

This is the same for me. Any thoughts @kovidgoyal? I am OSX Mojave.

I have the same problem using the MacOS launcher. If I start Kitty from another terminal (including Kitty itself) the configuration is correctly applied.

Are there any messages in Console.app that could be related? You can filter the messages to only include the process kitty.

I solved it actually. There was a background kitty process that was running. I killed it and then the configuration was applied correctly.

I found out that I need to restart kitty application for the effect after changes to conf. Simply exiting and opening does not work.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

crocket picture crocket  路  4Comments

bewzaalex picture bewzaalex  路  3Comments

Jomik picture Jomik  路  4Comments

Nudin picture Nudin  路  3Comments

atomsymbol picture atomsymbol  路  3Comments