mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
ref chrome://flags in master tut
This commit is contained in:
parent
17411b31ba
commit
3ea348c377
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ respective QT versions. Some older applications may also require `qt4ct`.
|
|||
## 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 use `.conf` files
|
||||
where possible. Chromium-based browsers also may have a toggle in about:config.
|
||||
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
|
||||
to not work with that though.
|
||||
|
|
Loading…
Reference in a new issue