From cec7516cdfb913c7b614d7b4799aaaad2d735fe9 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Fri, 19 Jun 2026 19:13:58 +0200 Subject: [PATCH] Set resolution for eDP-1 --- systems/modules/home/wm/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/modules/home/wm/hyprland.nix b/systems/modules/home/wm/hyprland.nix index e52ca53..07b20c5 100644 --- a/systems/modules/home/wm/hyprland.nix +++ b/systems/modules/home/wm/hyprland.nix @@ -172,6 +172,12 @@ in position = "auto", scale = 1, }) + hl.monitor({ + output = "eDP-1", + mode = "1920x1200", + position = "auto", + scale = 1, + }) end'') ]; };