try to make steam big picture actually big
This commit is contained in:
parent
edee9e5b1d
commit
0b73e38d37
@ -191,7 +191,7 @@ in
|
|||||||
steamStart = pkgs.writeShellScript "steam-start" ''
|
steamStart = pkgs.writeShellScript "steam-start" ''
|
||||||
${pkgs.systemd}/bin/systemctl --user stop scc
|
${pkgs.systemd}/bin/systemctl --user stop scc
|
||||||
# no sleep is needed here because steam is slow as fuck lol
|
# no sleep is needed here because steam is slow as fuck lol
|
||||||
/run/current-system/sw/bin/steam
|
/run/current-system/sw/bin/steam -fulldesktopres
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
"${steamStart}";
|
"${steamStart}";
|
||||||
|
Loading…
Reference in New Issue
Block a user