mirror of
https://github.com/rywng/dotfiles.git
synced 2024-10-30 15:41:50 +08:00
e669cb0540
fixed: https://github.com/kovidgoyal/kitty/issues/7396 feat: https://github.com/kovidgoyal/kitty/issues/7420
45 lines
696 B
Plaintext
45 lines
696 B
Plaintext
#set font and stuff
|
|
font_family Iosevka Term
|
|
bold_font Iosevka Term Bold
|
|
italic_font Iosevka Curly Italic
|
|
bold_italic_font Iosevka Term Bold Italic
|
|
|
|
font_size 14
|
|
|
|
# shell stuff
|
|
|
|
shell_integration enabled
|
|
|
|
enable_audio_bell no
|
|
|
|
visual_bell_duration 0.0
|
|
|
|
window_alert_on_bell yes
|
|
|
|
notify_on_cmd_finish invisible 15
|
|
|
|
# cosmetics
|
|
background_opacity 0.95
|
|
|
|
dynamic_background_opacity yes
|
|
|
|
allow_hyperlinks ask
|
|
|
|
allow_remote_control yes
|
|
|
|
listen_on unix:/tmp/fifo
|
|
|
|
include themes/dark.conf
|
|
|
|
map kitty_mod+n new_os_window_with_cwd
|
|
|
|
# tabs and windows
|
|
|
|
map kitty_mod+t new_tab_with_cwd
|
|
|
|
map kitty_mod+enter new_window_with_cwd
|
|
|
|
tab_bar_style fade
|
|
|
|
tab_fade 0.00390625 0.0625 0.31640625 1
|