Skip to content

Commit

Permalink
FAQ: add fix for Discord binds not working (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnra6864 authored Jan 15, 2025
1 parent 4132661 commit 31fa60d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pages/FAQ/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,17 @@ This is a side effect of the [decoration:blur:new_optimizations](../Configuring/
You have two options to resolve it.
1. Set `decoration:blur:new_optimizations` to `false` - This will preserve the exact same appearance, but may have a slight performance cost.
2. Set `decoration:blur:ignore_opacity` to `false` - This will drastically affect the appearance, but should maintain the original performance.
### I can't create Discord binds
You most likely have `env = ELECTRON_OZONE_PLATFORM_HINT, wayland` in your config.
Try running Discord like this `ELECTRON_OZONE_PLATFORM_HINT= discord`.
{{< callout >}}
Keep in mind that this will run Discord under XWayland.
{{< /callout >}}
If it works, navigate to the Discord desktop entry (usually located in `/usr/share/applications/`). Duplicate it and replace `Exec=/usr/bin/discord` with `Exec=env ELECTRON_OZONE_PLATFORM_HINT= /usr/bin/discord`. You can also give it a new name, e.g. `Name=DiscordX`, to avoid confusion as to which is which.

0 comments on commit 31fa60d

Please sign in to comment.