mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-07 12:37:45 +00:00
* add kitty.conf for each theme; config switches with theme * Revise default config * Correct restart location --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
31 lines
678 B
Plaintext
31 lines
678 B
Plaintext
include ~/.config/omarchy/current/theme/kitty.conf
|
|
|
|
# Font
|
|
font_family CaskaydiaMono Nerd Font
|
|
bold_italic_font auto
|
|
font_size 9.0
|
|
|
|
# Window
|
|
window_padding_width 14
|
|
window_padding_height 14
|
|
hide_window_decorations yes
|
|
show_window_resize_notification no
|
|
confirm_os_window_close 0
|
|
|
|
# Keybindings
|
|
map F11 toggle_fullscreen
|
|
|
|
# Allow remote access
|
|
single_instance yes
|
|
allow_remote_control yes
|
|
|
|
# Aesthetics
|
|
cursor_shape block
|
|
enable_audio_bell no
|
|
|
|
# Minimal Tab bar styling
|
|
tab_bar_edge bottom
|
|
tab_bar_style powerline
|
|
tab_powerline_style slanted
|
|
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
|