mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
Add Cage which is a Wayland kiosk compositor running a single application in full-screen. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
config cage
|
|
option noinput '0'
|
|
option nogpu '0'
|
|
option cmd '/usr/bin/cog'
|
|
option user 'cog'
|
|
list args '--scale=0.33'
|
|
list args 'http://localhost'
|
|
list env 'WEBKIT_INSPECTOR_HTTP_SERVER=0.0.0.0:12341'
|