mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-10 11:23: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
|
||||
# this is for xwayland
|
||||
xresources.properties = {
|
||||
"Xcursor.size" = 16;
|
||||
"Xft.dpi" = 160;
|
||||
"Xcursor.size" = 32;
|
||||
"Xft.dpi" = 172;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user