don't start steam through gamescope

This commit is contained in:
Dmitriy Kholkin 2023-12-23 01:26:34 +03:00
parent 9720a12cc5
commit a8d59b8e45

View File

@ -12,7 +12,8 @@
gamescope --steam --borderless -- steam
'';
in [
"${gs}/bin/gamescope-steam"
# "${gs}/bin/gamescope-steam"
"${pkgs.steam}/bin/steam"
];
systemd.user.services.x11-ownership = {