From d382146549d38dc94cf6a905cd5410c1ffd8b0e2 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Tue, 28 Apr 2026 09:11:27 +0200 Subject: [PATCH] Use different resolution at work --- systems/modules/home/wm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/modules/home/wm/hyprland.nix b/systems/modules/home/wm/hyprland.nix index 6170424..0025852 100644 --- a/systems/modules/home/wm/hyprland.nix +++ b/systems/modules/home/wm/hyprland.nix @@ -28,7 +28,7 @@ in ### MONITOR monitor = [ "eDP-1,1920x1200,auto,1" - "DP-3,2440x1440,auto,1" + "DP-3,1920x1080,auto,1" ",preferred,auto,1" ];