My solution of setting the caret/cursor appearance on Linux Mint 21 Xfce
including blinking rate:
In the "filetypes.common" file:
```
# Foreground color and appearance of the caret (the blinking or not blinking
cursor/point)
# NOTICE: only first and third argument is `caret=` is evaluated, so setting
the background
# color of the caret will be ignored.
# Caret appearance: ;;false->beam/hair ;;true->block caret
caret=#ff9;;false
# Width of the cursor/caret/point->the with arrow/cursor keys movable (blinking
or static)
# part of the display area)
# 0->invisible, 1..3->width in pixels (if you want 4 or more,
make it a block caret)
caret_width=3
```
Using `~ $ xfce4-keyboard-settings` dialog box for setting the cursor blinking
rate:

--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3410#issuecomment-2028749970
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3410/[email protected]>