Sunshine improvements
This commit is contained in:
parent
faabbf0262
commit
b95a45d864
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ in
|
||||||
name = "${resolution} Desktop";
|
name = "${resolution} Desktop";
|
||||||
prep-cmd = [
|
prep-cmd = [
|
||||||
{
|
{
|
||||||
do = "${pkgs.xrandr}/bin/xrandr --output HDMI-0 --mode ${resolution}";
|
do = "${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --mode ${resolution}";
|
||||||
undo = "${pkgs.xrandr}/bin/xrandr --output HDMI-0 --auto";
|
undo = "${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --auto";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
exclude-global-prep-cmd = "false";
|
exclude-global-prep-cmd = "false";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue