Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions src/config/graphical-session/wayland.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,11 @@ Media applications, such as [mpv(1)](https://man.voidlinux.org/mpv.1),

#### Web browsers

Mozilla Firefox ships with a Wayland backend which is disabled by default. To
enable the Wayland backend, either set the environment variable
`MOZ_ENABLE_WAYLAND=1` before running `firefox` or use the provided
`firefox-wayland` script.

Browsers based on GTK+ or Qt5, such as Midori and
[qutebrowser(1)](https://man.voidlinux.org/qutebrowser.1), should work on
Wayland natively.
Since version 121 and 140, respectively, Mozilla Firefox and Google Chromium
default to their Wayland backends. Browsers based on GTK+ or Qt (e.g.
[qutebrowser(1)](https://man.voidlinux.org/qutebrowser.1)) should work on
Wayland natively, given their toolkit is [configured
properly](#native-applications).

#### Running X applications inside Wayland

Expand Down
Loading