MCPcopy
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
94def start_display_wm() -> None:
95 cmd = "/usr/bin/openbox-session"
96 d_wm = Application("d_wm", cmd)
97 d_wm.start()
98
99
100def start_port_forwarder() -> None:

Callers 1

startFunction · 0.85

Calls 2

startMethod · 0.95
ApplicationClass · 0.90

Tested by

no test coverage detected