Update Steam wrapper to use command line options for Big Picture mode
This commit is contained in:
parent
aa27292c10
commit
3b6d75d41c
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
wrappers = {
|
wrappers = {
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = osConfig.programs.steam.package;
|
command = "${lib.getExe osConfig.programs.steam.package} -bigpicture -tenfoot";
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
"steam" = true; # equivalent to --steam flag
|
"steam" = true; # equivalent to --steam flag
|
||||||
};
|
};
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
steam = {
|
steam = {
|
||||||
name = "Steam";
|
name = "Steam";
|
||||||
comment = "Steam Big Picture in Gamescope Session";
|
comment = "Steam Big Picture in Gamescope Session";
|
||||||
exec = "${lib.getExe config.play.wrappers.steam.wrappedPackage} -bigpicture -tenfoot";
|
exec = "${lib.getExe config.play.wrappers.steam.wrappedPackage}";
|
||||||
icon = "steam";
|
icon = "steam";
|
||||||
type = "Application";
|
type = "Application";
|
||||||
terminal = false;
|
terminal = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue