We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acedd1 commit 9f5a62eCopy full SHA for 9f5a62e
src/tips-and-tricks.md
@@ -3,7 +3,8 @@
3
1. [XML Nodenames](#xml-nodenames)
4
2. [Keybind Forwarding](#keybind-forwarding)
5
3. [Run or Raise](#run-or-raise)
6
-3. [Environment Variables](#environment-variables)
+4. [Environment Variables](#environment-variables)
7
+5. [Nested XWayland](#nested-xwayland)
8
9
## XML Nodenames
10
@@ -109,3 +110,13 @@ See the wlroots repo [env_vars.md] file for details.
109
110
111
[env_vars.md]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/docs/env_vars.md
112
113
+## Nexted XWayland
114
+
115
+To run a nested instances of openbox on labwc:
116
117
+```
118
+Xwayland -decorate -noreset :55
119
+DISPLAY=:55 dbus-run-session openbox-session
120
121
122
0 commit comments