mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
kitty,fish: make cursor blink
This commit is contained in:
parent
b9b199a050
commit
cb1c0d1724
2 changed files with 6 additions and 2 deletions
|
|
@ -34,6 +34,10 @@ in {
|
|||
# tmux does the scrollback
|
||||
scrollback_lines = lib.mkIf config.programs.tmux.enable 100;
|
||||
|
||||
# cursor
|
||||
cursor_blink_interval = 1;
|
||||
cursor_stop_blinking_after = 15; # always blink
|
||||
|
||||
# theme
|
||||
background = "#ffffff";
|
||||
foreground = "#000000";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue