Sunshine improvements

This commit is contained in:
Vili Sinervä 2025-01-11 18:44:46 +02:00
parent faabbf0262
commit b95a45d864
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -49,8 +49,8 @@ in
name = "${resolution} Desktop";
prep-cmd = [
{
do = "${pkgs.xrandr}/bin/xrandr --output HDMI-0 --mode ${resolution}";
undo = "${pkgs.xrandr}/bin/xrandr --output HDMI-0 --auto";
do = "${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --mode ${resolution}";
undo = "${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --auto";
}
];
exclude-global-prep-cmd = "false";