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 = {
|
||||
steam = {
|
||||
enable = true;
|
||||
package = osConfig.programs.steam.package;
|
||||
command = "${lib.getExe osConfig.programs.steam.package} -bigpicture -tenfoot";
|
||||
extraOptions = {
|
||||
"steam" = true; # equivalent to --steam flag
|
||||
};
|
||||
|
@ -63,7 +63,7 @@
|
|||
steam = {
|
||||
name = "Steam";
|
||||
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";
|
||||
type = "Application";
|
||||
terminal = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue