No transparency on the webcam overlay
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
-- Webcam overlay window.
|
-- Webcam overlay window.
|
||||||
o.window({ title = "WebcamOverlay" }, {
|
o.window({ title = "WebcamOverlay" }, {
|
||||||
|
tag = "-default-opacity",
|
||||||
float = true,
|
float = true,
|
||||||
pin = true,
|
pin = true,
|
||||||
no_initial_focus = true,
|
no_initial_focus = true,
|
||||||
no_dim = true,
|
no_dim = true,
|
||||||
|
opacity = "1 1",
|
||||||
move = { "(monitor_w-window_w-40)", "(monitor_h-window_h-40)" },
|
move = { "(monitor_w-window_w-40)", "(monitor_h-window_h-40)" },
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user