From 0886dedff1210439f668b3b7c8f040b2d732baa2 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 9 Nov 2024 10:42:54 +0300 Subject: wiki: Mention Xwayland on other pages --- wiki/FAQ.md | 7 +++++++ wiki/Important-Software.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/wiki/FAQ.md b/wiki/FAQ.md index c1966764..c56906d9 100644 --- a/wiki/FAQ.md +++ b/wiki/FAQ.md @@ -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` diff --git a/wiki/Important-Software.md b/wiki/Important-Software.md index 213e3847..64b5e692 100644 --- a/wiki/Important-Software.md +++ b/wiki/Important-Software.md @@ -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 -- cgit