From d76e83c09c33a3ab1dd9a39e88eec144a4b2458b Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 16 Apr 2025 19:45:38 +0200 Subject: [PATCH] edit monitors configuration, now working with my dock!! --- home/system/hyprland/default.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/home/system/hyprland/default.nix b/home/system/hyprland/default.nix index 8b83ad6..3f522a8 100644 --- a/home/system/hyprland/default.nix +++ b/home/system/hyprland/default.nix @@ -57,13 +57,10 @@ in { exec-once = [ "dbus-update-activation-environment --systemd --all" ]; monitor = [ - "eDP-2,highres,0x0,1" - "DP-7, disable" - "DP-8, disable" - "DP-9, disable" - "HDMI-A-1,3440x1440@99.98,auto,1" - "desc:United Microelectr Corporation UMC SHARP,3840x2160,auto,2" - ",prefered,auto,1" + "eDP-2,highres,0x0,1" # My internal laptop screen + "desc:AOC U34G2G1 0x00000E06,3440x1440@99.98,auto,1" # My external monitor + "desc:United Microelectr Corporation UMC SHARP,3840x2160,auto,2" # TV + ",prefered,auto,1" # default ]; env = [