1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-12-01 02:53:26 +00:00
dotfiles/kitty/kitty.conf

19 lines
418 B
Plaintext
Raw Normal View History

2023-04-09 03:46:35 +00:00
font_family Ubuntu Mono
2024-07-16 22:35:06 +00:00
font_size 14
2020-07-31 22:27:05 +00:00
include dracula.conf
2020-07-31 22:27:05 +00:00
background #141127
background_image ~/.config/kitty/wall.png
2024-10-05 02:27:11 +00:00
background_image_layout cscaled
2020-07-31 22:27:05 +00:00
remember_window_size no
close_on_child_death yes
initial_window_width 80c
initial_window_height 24c
allow_remote_control yes
hide_window_decorations yes
map shift+page_up scroll_page_up
map shift+page_down scroll_page_down
scrollback_lines 20000