From de4ebde526869fab9ac4ca673e6707f2269e5b01 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 c71c01e..a49e4e6 100644 --- a/systems/modules/home/wm/hyprland.nix +++ b/systems/modules/home/wm/hyprland.nix @@ -27,7 +27,7 @@ in settings = { ### MONITOR monitor = [ - "DP-3,2440x1440,auto,1" + "DP-3,1920x1080,auto,1" ",preferred,auto,1" ];