dotfiles/.config/kitty/kitty.conf

22 lines
362 B
Text
Raw Normal View History

2024-07-31 14:22:19 +01:00
# Font handling
font_family JetBrainsMono Nerd Font Mono Regular
2024-07-31 14:22:19 +01:00
font_size 16.0
2023-05-24 12:58:39 +01:00
2024-07-31 14:22:19 +01:00
#Remove annoying things
enable_audio_bell no
2023-05-24 12:58:39 +01:00
confirm_os_window_close 0
2024-07-31 14:22:19 +01:00
# Set TERM env
env TERM=xterm-256color
2023-05-24 12:58:39 +01:00
2024-07-31 14:22:19 +01:00
# Macos stuff
macos_option_as_alt yes
2024-07-31 14:22:19 +01:00
# Make it borderless
hide_window_decorations yes
# BEGIN_KITTY_THEME
2024-07-31 14:22:19 +01:00
# Gruvbox Dark
include current-theme.conf
2023-12-07 19:04:17 +00:00
# END_KITTY_THEME