Files
dotFiles/.config/kitty/kitty.conf

39 lines
792 B
Plaintext
Raw Normal View History

2024-09-26 16:29:57 +05:30
include themes/Catppuccin_Mocha.conf
2022-02-07 01:49:04 +05:30
2025-03-09 01:13:08 +05:30
font_family JetBrainsMono Nerd Font
2025-05-15 17:07:29 +05:30
font_size 12.0
2022-02-07 01:49:04 +05:30
2024-01-01 02:53:52 +05:30
cursor_shape beam
2022-02-07 01:49:04 +05:30
2025-04-24 02:58:42 +05:30
background_opacity 0.9
2024-10-18 01:23:59 +05:30
background_blur 12
2022-02-07 01:49:04 +05:30
2024-01-01 03:02:08 +05:30
enable_audio_bell no
hide_window_decorations yes
2022-02-07 01:49:04 +05:30
2024-01-01 02:53:52 +05:30
shell_integration enabled
map kitty_mod+enter no_op
map cmd+enter no_op
# # tab bar at bottom
# tab_bar_style powerline
# tab_bar_min_tabs 2
# tab_title_template "{index}:{tab.active_exe}"
# active_tab_title_template "{index}:{tab.active_exe}*"
# tab_bar_background none
# # Jump to tabs
# map cmd+1 goto_tab 1
# map cmd+2 goto_tab 2
# map cmd+3 goto_tab 3
# map cmd+4 goto_tab 4
# map cmd+5 goto_tab 5
# map cmd+6 goto_tab 6
# map cmd+7 goto_tab 7
# map cmd+8 goto_tab 8
# map cmd+9 goto_tab 9
#
# map cmd+t new_tab_with_cwd