2022-02-19 04:54:38 +00:00
|
|
|
include catppuccin.conf
|
2021-09-18 09:57:27 +00:00
|
|
|
|
2022-01-16 15:38:55 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#color-scheme
|
|
|
|
background_opacity 0.95
|
|
|
|
|
2021-12-15 03:01:19 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
2022-04-02 07:54:43 +00:00
|
|
|
font_family Agave
|
|
|
|
font_size 16.0
|
2022-03-09 08:20:27 +00:00
|
|
|
disable_ligatures always
|
2021-10-02 17:01:58 +00:00
|
|
|
|
2021-12-17 03:45:17 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#mouse
|
|
|
|
copy_on_select yes
|
|
|
|
strip_trailing_spaces smart
|
|
|
|
|
2021-12-15 03:01:19 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#terminal-bell
|
2021-12-02 16:50:23 +00:00
|
|
|
enable_audio_bell no
|
|
|
|
|
2021-12-15 03:01:19 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#window-layout
|
|
|
|
remember_window_size no
|
2021-12-22 18:01:58 +00:00
|
|
|
initial_window_width 800
|
|
|
|
initial_window_height 640
|
2021-12-15 03:01:19 +00:00
|
|
|
|
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#advanced
|
2021-12-03 04:16:49 +00:00
|
|
|
# https://github.com/jarun/nnn/blob/master/plugins/preview-tui
|
|
|
|
allow_remote_control yes
|
|
|
|
listen_on unix:/tmp/kitty
|
|
|
|
|
2021-12-15 03:01:19 +00:00
|
|
|
# https://sw.kovidgoyal.net/kitty/conf/#os-specific-tweaks
|
2021-10-02 17:01:58 +00:00
|
|
|
macos_option_as_alt both
|
2021-12-15 03:01:19 +00:00
|
|
|
macos_quit_when_last_window_closed yes
|