mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-25 22:15:59 +01:00
add force wayland
This commit is contained in:
parent
31e7c74070
commit
bf9e63d805
1 changed files with 6 additions and 1 deletions
|
@ -107,4 +107,9 @@ Cursors are a notorious pain to set up when you don't know how. See
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
Since this is not a DE, you'll need to use stuff like `lxappearance` (GTK)
|
Since this is not a DE, you'll need to use stuff like `lxappearance` (GTK)
|
||||||
and `qt6ct` / `qt5ct` (QT)
|
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.
|
Loading…
Reference in a new issue