-
-
Notifications
You must be signed in to change notification settings - Fork 80
Integrations
Horațiu Mlendea edited this page May 19, 2022
·
1 revision
Discord Rich Presence (RPC) should work out-of-the-box in most situations, with no user input required.
Run the following commands in a terminal: (source)
mkdir -p ~/.config/user-tmpfiles.d
echo 'L %t/discord-ipc-0 - - - - app/com.discordapp.Discord/discord-ipc-0' > ~/.config/user-tmpfiles.d/discord-rpc.conf
systemctl --user enable --now systemd-tmpfiles-setup.serviceCurrently, the only way to disable it is to use the --disable-rpc command-line argument (documented here)
In order to make this permanent, you can edit the applications desktop file launcher and add that argument to the Exec line