mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
Add Electron flickering fix documentation
This commit is contained in:
parent
374005365b
commit
99ec4a4cc1
1 changed files with 8 additions and 0 deletions
|
@ -47,3 +47,11 @@ Pick your poison.
|
|||
Much like Discord, Element is known to have a lot of problems as a result of being
|
||||
based on Electron. Fractal currently doesn't support VoIP calling, but all other features
|
||||
are supported, including E2EE and cross-device verification.
|
||||
|
||||
## Electron
|
||||
|
||||
Electron apps have a lot of issues on their own, and it gets specially bad in wayland, in the majaority of cases you might experience flickering/rubber banding, those can be fixed by running the apps with:
|
||||
|
||||
```bash
|
||||
--ozone-platform-hint=auto
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue