Added kitty config
This commit is contained in:
parent
f9797288af
commit
86bc389d35
2 changed files with 10 additions and 0 deletions
2
.config/.gitignore
vendored
2
.config/.gitignore
vendored
|
@ -34,6 +34,8 @@
|
||||||
!nvim/**
|
!nvim/**
|
||||||
!MangoHud/
|
!MangoHud/
|
||||||
!MangoHud/**
|
!MangoHud/**
|
||||||
|
!kitty/
|
||||||
|
!kitty/**
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
||||||
polybar/default
|
polybar/default
|
||||||
|
|
8
.config/kitty/kitty.conf
Normal file
8
.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
font_size 8.0
|
||||||
|
background_opacity 0.8
|
||||||
|
|
||||||
|
shell_integration no_cursor
|
||||||
|
|
||||||
|
cursor_shape block
|
||||||
|
cursor_blink_interval 0
|
||||||
|
cursor_stop_blinking_after 5.0
|
Loading…
Reference in a new issue