Vanguard: set primary display for Xwayland via xrandr

This commit is contained in:
Evie Litherland-Smith 2024-05-06 10:53:07 +01:00
parent fa74d8a36d
commit df5b7e4511

View file

@ -1,5 +1,8 @@
{...}: {
{pkgs, ...}: {
wayland.windowManager.sway.config = {
startup = [
{command = "${pkgs.xorg.xrandr}/bin/xrandr --output DP-2 --primary";}
];
output = {
"Acer Technologies ED270R TJMEE0043W01" = {
mode = "1920x1080@165Hz";