Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/budtmo/docker-android
/ start_display_wm
Function
start_display_wm
cli/src/app.py:94–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
93
94
def
start_display_wm() -> None:
95
cmd =
"/usr/bin/openbox-session"
96
d_wm = Application(
"d_wm"
, cmd)
97
d_wm.start()
98
99
100
def
start_port_forwarder() -> None:
Callers
1
start
Function · 0.85
Calls
2
start
Method · 0.95
Application
Class · 0.90
Tested by
no test coverage detected