You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,7 +129,7 @@ OBS Studio and Discord support are distributed as separate `.sdPlugin` packages.
129
129
> | Plugin | Extra setup required |
130
130
> |--------|---------------------|
131
131
> | **OBS Studio** | Open OBS → **Tools → WebSocket Server Settings** → enable the server (default port **4455**). The plugin auto-connects and retries every 5 s. |
132
-
> | **Discord** | Ensure `xdotool` is installed (`sudo apt install xdotool`). Open Discord and configure your Push-to-Talk / Mute / Deafen keys there. |
132
+
> | **Discord** | Open Discord desktop app. In the Property Inspector, provide your Discord Developer Application `client_id` and `client_secret`, authorize RPC access, then select channels where needed. |
133
133
>
134
134
> To uninstall a plugin, delete its folder from `~/.config/tech-stack-streamdeck/plugins/` and restart the app.
135
135
@@ -224,8 +224,10 @@ The Scene, Scene Collection, Source, Input, and Transition pickers in the Proper
224
224
### Discord plugin
225
225
226
226
1. Install the plugin (see [Installing a plugin](#installing-a-plugin) above)
227
-
2. Ensure `xdotool` is installed (`sudo apt install xdotool`)
228
-
3. Open Discord and assign Push-to-Talk / Mute / Deafen to buttons
227
+
2. Open Discord desktop app
228
+
3. In the button's Property Inspector, enter Discord application `client_id` and `client_secret`
229
+
4. Click **Authorize** and approve the Discord prompt
230
+
5. For voice/text channel actions, pick a guild and channel from the inspector dropdowns
0 commit comments