Steamdeck: disable mangohud in game mode
This commit is contained in:
parent
bd5cba2c72
commit
2e666b18ee
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue