mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
11 lines
257 B
Lua
11 lines
257 B
Lua
-- Webcam overlay window.
|
|
o.window({ title = "WebcamOverlay" }, {
|
|
tag = "-default-opacity",
|
|
float = true,
|
|
pin = true,
|
|
no_initial_focus = true,
|
|
no_dim = true,
|
|
opacity = "1 1",
|
|
move = { "(monitor_w-window_w-40)", "(monitor_h-window_h-40)" },
|
|
})
|