From 05ff9a376b9b2a92d9bf054082711ad583d3ffc4 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Wed, 12 Feb 2025 21:57:46 +0300 Subject: [PATCH] add second monitor to workstation --- profiles/workspace/wayland/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/workspace/wayland/hyprland.nix b/profiles/workspace/wayland/hyprland.nix index ccfe4d2..eff7c64 100644 --- a/profiles/workspace/wayland/hyprland.nix +++ b/profiles/workspace/wayland/hyprland.nix @@ -50,8 +50,9 @@ in { in concatStrings [ '' ${if config.device == "AMD-Workstation" then '' - monitor=DP-3,2560x1440@59951,0x0,1 - monitor=HDMI-A-1,disable + monitor=DP-3,2560x1440@164.998993,0x0,1 + monitor=HDMI-A-1,1920x1080@60,-1920x360,1 + monitor=,highres,auto,1 '' else '' monitor=,highres,auto,1 ''}