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 -2
View File
@@ -41,8 +41,8 @@
# set cursor size and dpi for 4k monitor
# this is for xwayland
xresources.properties = {
"Xcursor.size" = 16;
"Xft.dpi" = 160;
"Xcursor.size" = 32;
"Xft.dpi" = 172;
};
}