diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-01-14 20:43:04 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-01-14 20:43:04 +0000 |
commit | 3c8143a358f3c83dde0de6cec001ab0eb75aea31 (patch) | |
tree | 5005245212710f923bb369fb2fcfe6724244771e /.config | |
parent | 2e64236db774ed064f0fbeaa2d22005937249f89 (diff) |
Changed Foot cursor from block to underline and added blink.
Diffstat (limited to '.config')
-rwxr-xr-x | .config/foot/foot.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 9bcd0f5..ebc17e6 100755 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -62,9 +62,10 @@ dpi-aware=no # uri-characters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.,~:;/?#@!$&%*+="'()[] [cursor] -# style=block +style=underline # color=<inverse foreground/background> -# blink=no +blink=yes +unfocused-style=none # beam-thickness=1.5 # underline-thickness=<font underline thickness> |