kitty.conf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # Font settings
  2. font_family JetBrainsMono Nerd Font
  3. font_size 12.0
  4. bold_font auto
  5. italic_font auto
  6. bold_italic_font auto
  7. font_size 12.0
  8. text_composition_strategy legacy
  9. # cursor customization
  10. # block / beam / underline
  11. cursor_shape block
  12. cursor_blink_interval 0
  13. cursor_stop_blinking_after 0
  14. shell_integration no-cursor
  15. # Window settings
  16. remember_window_size no
  17. initial_window_width 1200
  18. initial_window_height 750
  19. window_border_width 1.5pt
  20. enabled_layouts tall
  21. window_padding_width 0
  22. window_margin_width 2
  23. hide_window_decorations no
  24. background_opacity 0.989
  25. background_blur 1
  26. # advance
  27. term xterm-kitty
  28. # Tab bar
  29. tab_bar_edge bottom
  30. tab_bar_style hidden
  31. # Color scheme (you'll need to define these colors)
  32. # include your_theme.conf
  33. # include ./themes/rose-pine.conf
  34. # include ./themes/Duskfox.conf
  35. include ./themes/Nightfox.conf
  36. # Disable confirmation on window close
  37. confirm_os_window_close 0
  38. # Hyperlink settings
  39. detect_urls yes
  40. url_style curly
  41. # Mouse settings
  42. mouse_hide_wait 3.0
  43. focus_follows_mouse no
  44. # ZEN MODE (font size adjustment)
  45. map ctrl+shift+plus change_font_size all +1.0
  46. map ctrl+shift+minus change_font_size all -1.0
  47. map ctrl+shift+0 change_font_size all 0
  48. map ctrl+shift+r load_config_file