Skip to content

Commit

Permalink
wiki/Xwayland: Mention adding DISPLAY to config environment
Browse files Browse the repository at this point in the history
  • Loading branch information
YaLTeR committed Sep 3, 2024
1 parent 6b013a0 commit a42717b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wiki/Xwayland.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ env DISPLAY=:0 flatpak run com.valvesoftware.Steam

They will appear as normal windows.

You can also set `DISPLAY` by default for all apps by adding it to the `environment` section of the niri config:

```kdl
environment {
DISPLAY ":0"
}
```

## Directly running Xwayland in rootful mode

This method involves invoking XWayland directly and running it as its own window, it also requires an extra X11 window manager running inside it.
Expand Down

0 comments on commit a42717b

Please sign in to comment.