From a8d59b8e452f588a8578f0a9af4f9850a82ec7af Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Sat, 23 Dec 2023 01:26:34 +0300 Subject: [PATCH] don't start steam through gamescope --- profiles/applications/games/steam.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/applications/games/steam.nix b/profiles/applications/games/steam.nix index acc96c9..cb6e03d 100644 --- a/profiles/applications/games/steam.nix +++ b/profiles/applications/games/steam.nix @@ -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 = {