Skip to content

Commit 9f5a62e

Browse files
committed
tips-and-tricks: how to run openbox nested
1 parent 4acedd1 commit 9f5a62e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/tips-and-tricks.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
1. [XML Nodenames](#xml-nodenames)
44
2. [Keybind Forwarding](#keybind-forwarding)
55
3. [Run or Raise](#run-or-raise)
6-
3. [Environment Variables](#environment-variables)
6+
4. [Environment Variables](#environment-variables)
7+
5. [Nested XWayland](#nested-xwayland)
78

89
## XML Nodenames
910

@@ -109,3 +110,13 @@ See the wlroots repo [env_vars.md] file for details.
109110

110111
[env_vars.md]: https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/docs/env_vars.md
111112

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

Comments
 (0)