xenomorphling
xenomorphling
Sorry, I'm talking about terminal cursor. Terminal doesn't matter, same shape and behavior everywhere.
I also use i3 and I edit my ~/.config/i3/alacritty/alacritty.yml. Fonts, colors editing works, but I have cursor config: cursor: style: shape: Block blinking: Off And it still I-Beam and blinking....
The same behavior over ssh. I assume something rewrite cursor config independent of terminal client.
OK, I installed xterm and set in **.Xresources** xterm*cursorBlink: false nothing happened, cursor still blinks but config fonts, like XTerm*XftFont: Segoe UI:size=10:antialias=true:style=Regular works
I completely remove zsh configs and reinstall zsh and now alacritty cursor works as expected. So I think there is some zsh script which overwrite term configs every time.