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\!'"