33db7cc6a6
* kitty: add environment option * kitty: add darwinLaunchOptions option See https://sw.kovidgoyal.net/kitty/faq/#how-do-i-specify-command-line-options-for-kitty-on-macos * kitty: only allow darwinLaunchOptions on darwin * kitty: make expression shorter * kitty: fix assertion message
21 lines
266 B
Plaintext
21 lines
266 B
Plaintext
# Generated by Home Manager.
|
|
# See https://sw.kovidgoyal.net/kitty/conf.html
|
|
|
|
font_family DejaVu Sans
|
|
font_size 8
|
|
|
|
|
|
enable_audio_bell no
|
|
scrollback_lines 10000
|
|
update_check_interval 0
|
|
|
|
|
|
map ctrl+c copy_or_interrupt
|
|
map ctrl+f>2 set_font_size 20
|
|
|
|
|
|
env LS_COLORS=1
|
|
|
|
|
|
|