From 567d72d9aaf2a0e28cc1540622160c40edc14beb Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 30 Mar 2025 00:58:09 +0800 Subject: [PATCH] fix: make main monitor 2x scale --- configs/graphical/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/graphical/hyprland.nix b/configs/graphical/hyprland.nix index 27e14e3..9f91604 100644 --- a/configs/graphical/hyprland.nix +++ b/configs/graphical/hyprland.nix @@ -46,7 +46,7 @@ # Monitors monitor = [ - "$mainMonitor, 3840x2160@60, auto, auto" + "$mainMonitor, 3840x2160@60, auto, 2" "$vertMonitor, 1920x1080@60, auto-left, auto, transform, 3" ", preferred, auto, 1" ];