1
0
chezmoi/home/dot_config/kitty/cursor.conf
Jeff LANCE ec29e4b798 Add home/.config/kitty/advanced.conf
Add home/.config/kitty/colorscheme.conf
Add home/.config/kitty/cursor.conf
Add home/.config/kitty/fonts.conf
Add home/.config/kitty/keyboard.conf
Add home/.config/kitty/kitty.conf
Add home/.config/kitty/kitty.conf.ori
Add home/.config/kitty/mouse.conf
Add home/.config/kitty/os_specific.conf
Add home/.config/kitty/performance_tuning.conf
Add home/.config/kitty/scrollback.conf
Add home/.config/kitty/session_multiple.conf
Add home/.config/kitty/session_single.conf
Add home/.config/kitty/tabbar.conf
Add home/.config/kitty/terminal_bell.conf
Add home/.config/kitty/window_layout.conf
2024-03-02 13:31:21 +01:00

32 lines
815 B
Plaintext

# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Cursor customization {{{
cursor #cccccc
#: Default cursor color
cursor_text_color #111111
#: Choose the color of text under the cursor. If you want it rendered
#: with the background color of the cell underneath instead, use the
#: special keyword: background
cursor_shape beam
#: The cursor shape can be one of (block, beam, underline)
cursor_blink_interval 0.5
#: The interval (in seconds) at which to blink the cursor. Set to zero
#: to disable blinking. Negative values mean use system default. Note
#: that numbers smaller than repaint_delay will be limited to
#: repaint_delay.
cursor_stop_blinking_after 15.0
#: Stop blinking cursor after the specified number of seconds of
#: keyboard inactivity. Set to zero to never stop blinking.
#: }}}