try to make steam big picture actually big

This commit is contained in:
notgne2 2021-12-09 17:30:23 -07:00
parent edee9e5b1d
commit 0b73e38d37
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -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}";