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

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;
};
}

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;
};
}