feat: adjust cursor's size and dpi scale

This commit is contained in:
ryan4yin
2023-05-27 14:16:13 +08:00
parent 5a6bfc9e60
commit 9ec7a76e02
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -34,8 +34,7 @@
# set cursor size and dpi for 4k monitor
xresources.properties = {
"Xcursor.size" = 16;
"Xft.dpi" = 160;
"Xcursor.size" = 32;
"Xft.dpi" = 172;
};
}