temp sunshine

This commit is contained in:
mjallen18
2026-01-09 16:17:22 -06:00
parent ad16b47827
commit fcddde0c06
2 changed files with 16 additions and 11 deletions

View File

@@ -83,5 +83,6 @@ in
]
++ (with pkgs.${namespace}; [
discord-krisp
librepods-beta
]);
}

View File

@@ -24,20 +24,24 @@ let
{
name = "steam";
prep-cmd = [
{
do = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1280 800";
undo = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1920 1080";
}
{
# do = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://open/bigpicture"'';
undo = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://close/bigpicture"'';
}
];
detached = [
" steam-run steam steam://open/bigpicture"
# {
# do = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1280 800";
# undo = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1920 1080";
# }
# {
# # do = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://open/bigpicture"'';
# do = "${pkgs.steam-run}/bin/steam-run ${pkgs.steam}/bin/steam";
# undo = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://close/bigpicture"'';
# }
];
# detached = [
# "${pkgs.steam}/bin/steam"# steam://open/bigpicture"
# ];
exclude-global-prep-cmd = "false";
auto-detach = "true";
wait-all = true;
exit-timeout = 5;
image-path = "steam.png";
}
{
name = "800p Desktop";