Trying out Kitty terminal and two things are apparent
- The font size is either huge or zoomed way in
- Editing the config seems to do nothing.
Any help would be great.
You must log in or register to comment.
Can you try pressing ctrl+shift+f2 from within Kitty and then adding
font_size 20.0
? That will make sure you are editing the same config file Kitty is using.If that doesn’t work, I’d try deleting the config and then try again. Kitty should automatically create a new config.
Ctrl + Shift + - should decrease the font size of the current terminal, which isn’t what you are looking for, but could be useful while you sort it out. Is it possible that the font in the config doesn’t exist, causing this issue?
I used kitty-cat to edit fonts
Ill look into it!