From 5279abfe80a3ae40b560fd3e1e4e2f480aaa4f7a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 30 Nov 2024 15:14:02 +0100 Subject: [PATCH] Thor: hyprland set primary screen --- modules/hm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index a6f3a0b..d53e935 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -64,6 +64,7 @@ in }; exec = (lib.lists.optionals (hostName == "thor") [ + "xrandr --output DP-1 --primary" "xrandr --output DP-3 --primary" ]) ++ [ "noti -t 'Hyprland' -m 'New config loaded\!'"