diff --git a/pages/Getting Started/Master-Tutorial.md b/pages/Getting Started/Master-Tutorial.md index a7f21c2..fb52713 100644 --- a/pages/Getting Started/Master-Tutorial.md +++ b/pages/Getting Started/Master-Tutorial.md @@ -91,7 +91,7 @@ A lot of apps will use Wayland by default. Chromium (and other browsers based on don't. You need to pass `--enable-features=UseOzonePlatform --ozone-platform=wayland` to them or use `.conf` files where possible. Chromium-based browsers also should have a toggle in `chrome://flags`. Search for _"ozone"_ and select Wayland. -For most electron apps, you should put the above in `~/.config/electron-flags.conf`. VSCode is known +For most electron apps, you should put the above in `~/.config/electron{X}-flags.conf` (set electron version for {X}). VSCode is known to not work with that though. A few more environment variables for forcing Wayland mode are documented [here](../../Configuring/Environment-variables).