mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
9 lines
210 B
Lua
9 lines
210 B
Lua
-- Webcam overlay window.
|
|
o.window({ title = "WebcamOverlay" }, {
|
|
float = true,
|
|
pin = true,
|
|
no_initial_focus = true,
|
|
no_dim = true,
|
|
move = { "(monitor_w-window_w-40)", "(monitor_h-window_h-40)" },
|
|
})
|