mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-13 16:12:40 +02:00
feat: adjust cursor's size and dpi scale
This commit is contained in:
@@ -41,8 +41,8 @@
|
|||||||
# set cursor size and dpi for 4k monitor
|
# set cursor size and dpi for 4k monitor
|
||||||
# this is for xwayland
|
# this is for xwayland
|
||||||
xresources.properties = {
|
xresources.properties = {
|
||||||
"Xcursor.size" = 16;
|
"Xcursor.size" = 32;
|
||||||
"Xft.dpi" = 160;
|
"Xft.dpi" = 172;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-3
@@ -34,8 +34,7 @@
|
|||||||
|
|
||||||
# set cursor size and dpi for 4k monitor
|
# set cursor size and dpi for 4k monitor
|
||||||
xresources.properties = {
|
xresources.properties = {
|
||||||
"Xcursor.size" = 16;
|
"Xcursor.size" = 32;
|
||||||
"Xft.dpi" = 160;
|
"Xft.dpi" = 172;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user