forked from kunsi/dotfiles
add kitty config
This commit is contained in:
parent
5c85dcdbf6
commit
f0bde065fa
1 changed files with 12 additions and 0 deletions
12
.config/kitty/kitty.conf
Normal file
12
.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
font_size 10.0
|
||||
cursor #4d5b86
|
||||
cursor_shape block
|
||||
scrollback_lines -1
|
||||
sync_to_monitor yes
|
||||
enable_audio_bell no
|
||||
visual_bell_duration 0.1
|
||||
window_alert_on_bell yes
|
||||
|
||||
remember_window_size no
|
||||
initial_window_width 100c
|
||||
initial_window_height 30c
|
Loading…
Reference in a new issue