From 464b2b31117070bff8b9fb0aee5f9dc61790527a Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 12 Nov 2024 03:10:52 +0530 Subject: [PATCH] feat: Added new monitors --- flake.nix | 6 +++++- linux/hyprland.nix | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ceb8bad8..593a4185 100644 --- a/flake.nix +++ b/flake.nix @@ -127,8 +127,12 @@ user = "servius"; isNix = true; monitors = { - primary = "DP-3"; + # Gigabyte fo27q3 + primary = "HDMI-A-1"; + # Acer XV272U secondary = "DP-1"; + # Gigabyte M27Q + tertiary = "DP-3"; }; } { diff --git a/linux/hyprland.nix b/linux/hyprland.nix index f375bd79..ebb50099 100644 --- a/linux/hyprland.nix +++ b/linux/hyprland.nix @@ -32,8 +32,9 @@ monitor = [ # ",preferred,auto,auto" # ",highrr,auto,1" - "${device.monitors.primary}, 2560x1440@170, 0x0, 1, transform, 0" - "${device.monitors.secondary}, 2560x1440@170, -1440x-800,1, transform, 1" + "${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0" + "${device.monitors.secondary}, 2560x1440@170, -1440x-1120,1, transform, 1" + "${device.monitors.tertiary}, 2560x1440@170, 4000x248,1, transform, 3" "Unknown-1,disable" ];