How to disable cursor blink when unfocus rio terminal #771
Replies: 3 comments
-
This is currently not possible AFAIK. You can change the blinking configuration separately from the focused status. Would be a nice feature to add though. |
Beta Was this translation helpful? Give feedback.
-
Hey @huynguyeexn thanks for the discussion, is just about the blinking? is possible to stop rendering if is unfocused |
Beta Was this translation helpful? Give feedback.
-
Thank for your answer, I would like only for cursor stop blinking, another still rendering. And I tried set This is my config: [cursor]
shape = 'block'
blinking = true
blinking-interval = 800
[renderer]
target-fps = 120
disable-unfocused-render = true
[fonts]
family = "FiraCode Nerd Font"
size = 13
[fonts.regular]
style = "Normal"
weight = 400
[fonts.bold]
style = "Normal"
weight = 800
[fonts.italic]
style = "Italic"
weight = 400
[fonts.bold-italic]
style = "Italic"
weight = 800
[colors]
background = '#272e33'
foreground = '#d3c6aa'
cursor = '#d699b6'
tabs = '#414b50'
tabs-active = '#F38BA3'
green = '#a7c080'
red = '#e67e80'
blue = '#7fbbb3'
yellow = '#dbbc7f' I use MacBook Air M1, macOS Sequoia 15.1 |
Beta Was this translation helpful? Give feedback.
-
I have read the config cursor here https://raphamorim.io/rio/docs/config/cursor, but there are no instructions for disabling the cursor blink when unfocusing rio terminal. Can I do this or not?
Beta Was this translation helpful? Give feedback.
All reactions