From 3c8143a358f3c83dde0de6cec001ab0eb75aea31 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 14 Jan 2025 20:43:04 +0000 Subject: Changed Foot cursor from block to underline and added blink. --- .config/foot/foot.ini | 5 +++-- 1 file 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= -# blink=no +blink=yes +unfocused-style=none # beam-thickness=1.5 # underline-thickness= -- cgit v1.2.3