clarify force wayland

This commit is contained in:
Vaxry 2023-01-09 21:18:22 +01:00
parent bf9e63d805
commit 5c9a5b32c0
1 changed files with 7 additions and 2 deletions

View File

@ -111,5 +111,10 @@ and `qt6ct` / `qt5ct` (QT)
## Force apps to use Wayland
A lot of apps will use Wayland by default. Chromium (and other browsers based on it or electron)
don't. You need to pass `--enable-features=UseOzonePlatform --ozone-platform=wayland`
to them or somehow pass it in some `.conf` files. It's a mess, blame chromium devs.
don't. You need to pass `--enable-features=UseOzonePlatform --ozone-platform=wayland` to them or use `.conf` files
where possible. Chromium-based browsers also may have a toggle in about:config.
For most electron apps, you should put the above in `~/.config/electron-flags.conf`. VSCode is known
to not work with that though.
You can check whether an app is running in xwayland or not with `hyprctl clients`.