fix: return gtk cursor size back to a sensible one, the two options behave very differently

This commit is contained in:
etwas 2025-01-29 12:25:49 +01:00
parent 601012b352
commit 9247df16c3
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -32,7 +32,7 @@
gtk.cursorTheme = { gtk.cursorTheme = {
name = "Posy_Cursor"; name = "Posy_Cursor";
size = 30; size = 24;
}; };
qt = { qt = {