1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-15 07:21:49 +08:00
dotfiles/.config/kitty/kitty.conf

47 lines
804 B
Plaintext
Raw Normal View History

2022-06-25 21:26:38 +08:00
#set font and stuff
2024-11-11 17:03:46 +08:00
font_family Iosevka Term SS15
bold_font Iosevka Term SS15 Bold
italic_font Iosevka Term SS15 Italic
bold_italic_font Iosevka Term SS15 Bold Italic
2022-06-25 21:26:38 +08:00
2023-12-15 12:39:58 +08:00
font_size 14
2022-06-25 21:26:38 +08:00
# shell stuff
2024-03-06 19:58:57 +08:00
2022-06-25 21:26:38 +08:00
shell_integration enabled
enable_audio_bell no
visual_bell_duration 0.0
window_alert_on_bell yes
# cosmetics
background_opacity 0.95
dynamic_background_opacity yes
allow_hyperlinks ask
allow_remote_control yes
2023-02-10 15:26:53 +08:00
listen_on unix:/tmp/fifo
2023-12-03 15:09:10 +08:00
include themes/dark.conf
2022-06-25 21:26:38 +08:00
map kitty_mod+n new_os_window_with_cwd
2023-12-03 15:09:10 +08:00
# tabs and windows
map kitty_mod+t new_tab_with_cwd
map kitty_mod+enter new_window_with_cwd
2023-12-03 13:36:10 +08:00
tab_bar_style fade
tab_fade 0.00390625 0.0625 0.31640625 1
# See https://github.com/kovidgoyal/kitty/issues/7412 and https://github.com/swaywm/sway/issues/8143
wayland_enable_ime no