Thor: hyprland set primary screen

This commit is contained in:
Filippo Berto 2024-11-30 15:14:02 +01:00
parent 4064240ef5
commit 5279abfe80
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

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