extend cursor despawn time to make it properly possible to read alt texts
This commit is contained in:
parent
bdf243ed75
commit
f28ec1ae8f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
theme = "phinger-cursors-dark";
|
theme = "phinger-cursors-dark";
|
||||||
size = 16;
|
size = 16;
|
||||||
hide-when-typing = true;
|
hide-when-typing = true;
|
||||||
hide-after-inactive-ms = 2500;
|
hide-after-inactive-ms = 10000;
|
||||||
};
|
};
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue