Steamdeck: disable mangohud in game mode

This commit is contained in:
Toast 2023-09-23 12:12:36 +02:00
parent bd5cba2c72
commit 2e666b18ee

View file

@ -50,6 +50,14 @@
autoStart = true; autoStart = true;
user = "toast"; user = "toast";
desktopSession = "plasmawayland"; desktopSession = "plasmawayland";
environment = {
/*
Steam already has a mangohud overlay, so this
avoids having two overlays at once
*/
MANGOHUD = "0";
MANHOGUD_DLSYM = "0";
};
}; };
decky-loader = { decky-loader = {
enable = true; enable = true;