[BUG] kitty not working after update
Describe the bug
─ ❯❯ kitty [0.053] Could not find included config file: /home/usrxxx/.config/kitty/./custom.conf, ignoring [0.079] Cell height invalid after adjustment, ignoring modify_font cell_height [0.079] Line height too small: 0
Steps to reproduce
─ ❯❯ kitty [0.053] Could not find included config file: /home/cyb3rrw0lf/.config/kitty/./custom.conf, ignoring [0.079] Cell height invalid after adjustment, ignoring modify_font cell_height [0.079] Line height too small: 0
Expected behavior
should open without a problem
Screenshots
No response
Distribution
Arch Linux
If Other, specify
No response
Additional context
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Your custom.conf is not found
You have to manually restore it.
or use stock config named kitty.conf
Kitty should work even if the custom.conf isn’t available. Have you changed something in kitty conf
i have not changed anything i just did the update and after that it did not work
Configuration
font_family JetBrainsMono Nerd Font font_size 12 bold_font auto italic_font auto bold_italic_font auto remember_window_size no initial_window_width 950 initial_window_height 500 cursor_blink_interval 0.5 cursor_stop_blinking_after 1 scrollback_lines 2000 wheel_scroll_min_lines 1 enable_audio_bell no window_padding_width 10 hide_window_decorations yes background_opacity 0.7 dynamic_background_opacity yes confirm_os_window_close 0 selection_foreground none selection_background none
Include pywal colors
include $HOME/.cache/wal/colors-kitty.conf
Include Custom Configuration
Create the file custom.conf in ~/.config/kitty to overwrite the default configuration
include ./custom.conf
for now i use terminator and everything works fine xD