kitty_config/kitty.conf

39 lines
671 B
Plaintext
Raw Normal View History

2020-06-02 19:00:33 +02:00
# misc
2021-05-25 23:25:55 +02:00
font_family Fira Code
bold_font Fira Code Bold
italic_font Iosevka Term Thin Italic Nerd Font Complete Mono
bold_italic_font Fira Code SemiBold
2020-06-02 19:00:33 +02:00
#symbol_map U+E0A0-U+E0A2,U+E0B0-U+E0B3 PowerlineSymbols
open_url_modifiers ctrl
open_url_with ~/.bin/browser.sh
enable_audio_bell no
# graphics
foreground #dddddd
background #222222
background_opacity 0.9
dynamic_background_opacity yes
# scrollback
scrollback_lines 50000
scrollback_pager bat
# keybinding
map ctrl+tab previous_window
map ctrl+shift+tab next_window
# remote control
allow_remote_control yes
2021-05-25 23:25:55 +02:00
# clipboard
clipboard_control write-clipboard write-primary no-append
2020-06-02 19:00:33 +02:00
# theme
include ./theme.conf