From f883d0ce6fdaf1bec58c3a0d06fb5434e7354593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 31 Jan 2026 14:51:04 +0100 Subject: [PATCH] hyprland: fix configure Amo monitor --- configs/graphical/home-manager.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/graphical/home-manager.nix b/configs/graphical/home-manager.nix index 5d9f7bb..12630ab 100644 --- a/configs/graphical/home-manager.nix +++ b/configs/graphical/home-manager.nix @@ -270,9 +270,10 @@ in "${pkgs.xdg-desktop-portal-hyprland}/libexec/.xdg-desktop-portal-hyprland-wrapped, screencopy, allow" ]; monitor = [ - ",preferred, 0x0, 1" # TODO https://wiki.hypr.land/Configuring/Monitors/ - "desc:Samsung Electric Company C27F390 HTQH602129, 1920x1080, 0x-1080, 1" - "desc:Dell Inc. DELL P2419HC 8L0FL03, 1920x1080, 0x-1080, 1" + "eDP-1, 1920x1080, 0x0, 1" # fatteh's display + "desc:Samsung Electric Company C27F390 HTQH602129, 1920x1080, 0x-1080, 1" # home + "desc:Dell Inc. DELL P2419HC 8L0FL03, 1920x1080, 0x-1080, 1" # amo + ", preferred, auto, 1" ]; exec-once = [ (lib.getExe pkgs.ashell)