From 9ec7a76e02189d1988f1b066ee570f84984f02ad Mon Sep 17 00:00:00 2001 From: ryan4yin Date: Sat, 27 May 2023 14:16:13 +0800 Subject: [PATCH] feat: adjust cursor's size and dpi scale --- home/hyprland/default.nix | 4 ++-- home/i3/default.nix | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 59ecb0e2..ba181fcb 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -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; }; } diff --git a/home/i3/default.nix b/home/i3/default.nix index 57f66de2..da1f2f12 100644 --- a/home/i3/default.nix +++ b/home/i3/default.nix @@ -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; }; - } \ No newline at end of file