Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: describe decky-loader setup process #389

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/in-depth/decky-loader.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
Decky Loader
============

> [!INFO]
> This page is a stub.

To enable *Decky Loader* in your configuration:

```nix
Expand All @@ -13,3 +10,12 @@ To enable *Decky Loader* in your configuration:
};
}
```

### Setup

After having switched to your new configuration with Decky enabled, open Steam, navigate to
**Settings > Developer** and activate the `CEF Remote Debugging` setting. This is required for
LordMZTE marked this conversation as resolved.
Show resolved Hide resolved
Decky to inject its UI components.

After enabling the option, you must log out or reboot for the change to take effect.
> Note: The "Restart Steam" option in the power menu will not work!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm - I had no problems with this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's curious. I had initially tried that and it didn't work - I had to fully exit Steam and start it again.