From 157a09cd106e2d2d61f6aad384f1d5a2fa2e063b Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Mon, 23 Sep 2024 12:39:38 +0100 Subject: [PATCH] changed monitor config to swap external monitors because to be honest, i plugged them in in the wrong order --- home-manager/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 7ce6998..421ab04 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -13,8 +13,8 @@ monitor = [ "eDP-2, 2560x1600@165, 0x0, auto" # main laptop monitor - "DP-3, 1920x1080@119.98, -1280x-1080, auto" # left external monitor - "DP-2, 1920x1080@119.98, 640x-1080, auto" # right external monitor + "DP-2, 1920x1080@119.98, -1280x-1080, auto" # left external monitor + "DP-3, 1920x1080@119.98, 640x-1080, auto" # right external monitor ]; # Define SUPER key as mod key