How to make the cursor in the terminal to stop blinking after it loses focus?

I noticed strange behavior in gnome-terminal: When the terminal has focus, the cursor is blinking. After it loses focus, the cursor keeps blinking for about 10 seconds, then stops. I'd like the cursor to stop blinking immediately after the focus is lost (and to start blinking immediately after the focus is gained). Is there a way to do that?

I'm on 12.04 with unity-2d and have the focus follows mouse policy enabled.

1

1 Answer

On the command line run

gsettings set org.gnome.desktop.interface cursor-blink-timeout 0
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like