temp sunshine
This commit is contained in:
@@ -83,5 +83,6 @@ in
|
|||||||
]
|
]
|
||||||
++ (with pkgs.${namespace}; [
|
++ (with pkgs.${namespace}; [
|
||||||
discord-krisp
|
discord-krisp
|
||||||
|
librepods-beta
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,20 +24,24 @@ let
|
|||||||
{
|
{
|
||||||
name = "steam";
|
name = "steam";
|
||||||
prep-cmd = [
|
prep-cmd = [
|
||||||
{
|
# {
|
||||||
do = "${pkgs.cosmic-randr}/bin/cosmic-randr mode HDMI-A-3 1280 800";
|
# 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";
|
# 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.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://open/bigpicture"'';
|
||||||
undo = ''"${pkgs.util-linux}/bin/setsid ${pkgs.steam}/bin/steam steam://close/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 = [
|
|
||||||
" steam-run steam steam://open/bigpicture"
|
|
||||||
];
|
];
|
||||||
|
# detached = [
|
||||||
|
# "${pkgs.steam}/bin/steam"# steam://open/bigpicture"
|
||||||
|
# ];
|
||||||
exclude-global-prep-cmd = "false";
|
exclude-global-prep-cmd = "false";
|
||||||
auto-detach = "true";
|
auto-detach = "true";
|
||||||
|
wait-all = true;
|
||||||
|
exit-timeout = 5;
|
||||||
|
image-path = "steam.png";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "800p Desktop";
|
name = "800p Desktop";
|
||||||
|
|||||||
Reference in New Issue
Block a user