diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-01-15 17:24:52 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-01-15 17:24:52 +0000 |
commit | f0e9675144a64eaabd5002a0121817eb113eb00e (patch) | |
tree | cb13b093e387ab7bfe516a3b86193de9d22c3880 | |
parent | 3c8143a358f3c83dde0de6cec001ab0eb75aea31 (diff) |
Revert foot cursor to block and no blink.
-rwxr-xr-x | .config/foot/foot.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index ebc17e6..f4fd899 100755 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -62,9 +62,9 @@ dpi-aware=no # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] [cursor] -style=underline +style=block # color=<inverse foreground/background> -blink=yes +blink=no unfocused-style=none # beam-thickness=1.5 # underline-thickness=<font underline thickness> |