mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
clarify force wayland
This commit is contained in:
parent
bf9e63d805
commit
5c9a5b32c0
1 changed files with 7 additions and 2 deletions
|
@ -111,5 +111,10 @@ and `qt6ct` / `qt5ct` (QT)
|
||||||
|
|
||||||
## Force apps to use Wayland
|
## Force apps to use Wayland
|
||||||
A lot of apps will use Wayland by default. Chromium (and other browsers based on it or electron)
|
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`
|
don't. You need to pass `--enable-features=UseOzonePlatform --ozone-platform=wayland` to them or use `.conf` files
|
||||||
to them or somehow pass it in some `.conf` files. It's a mess, blame chromium devs.
|
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`.
|
Loading…
Reference in a new issue