foot: added cursor style

This commit is contained in:
Tigor Hutasuhut 2024-08-01 22:46:18 +07:00
parent 4913c657a2
commit bcf719de89

View file

@ -14,6 +14,10 @@ in
mouse = {
hide-when-typing = "yes";
};
cursor = {
style = "beam";
blink = "yes";
};
};
};
};