wiki: Mention Xwayland on other pages

This commit is contained in:
Ivan Molodetskikh
2024-11-09 10:42:54 +03:00
parent cc88a7d42e
commit 0886dedff1
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -46,3 +46,10 @@ hotkey-overlay {
skip-at-startup
}
```
### How to run X11 apps like Steam or Discord?
To run X11 apps, you can use [xwayland-satellite](https://github.com/Supreeeme/xwayland-satellite).
Check [the Xwayland wiki page](./Xwayland.md) for instructions.
Keep in mind that you can run many Electron apps such as VSCode natively on Wayland by passing the right flags, e.g. `code --ozone-platform-hint=auto`
+7
View File
@@ -33,3 +33,10 @@ systemctl --user edit --full plasma-polkit-agent.service
```
Then add `After=graphical-session.target`.
### Xwayland
To run X11 apps like Steam or Discord, you can use [xwayland-satellite].
Check [the Xwayland wiki page](./Xwayland.md) for instructions.
[xwayland-satellite]: https://github.com/Supreeeme/xwayland-satellite