From 18a06fe961821487ab412fd4fcda788466f32b20 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 4 Apr 2024 20:35:51 -0700 Subject: [PATCH] fix monitor --- modules/desktop/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 151f893..41e3478 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -92,9 +92,9 @@ in { }; monitor= [ - "DVI-D-1, 1920x1080@60, 0x0, 1" - "DP-1, 1920x1080@60, 1920x0, 1" - # "DP-1, modeline 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync, 1920x0, 1, bitdepth, 10" + "DVI-D-1, 1920x1080@60, 0x0, 1" + "DP-2 1920x1080@60, 1920x0, 1" + # "DP-2, modeline 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync, 1920x0, 1, bitdepth, 10" ]; exec-once = [ "${lib.getExe pkgs.networkmanagerapplet}" ];