diff --git a/default/hypr/apps/webcam-overlay.lua b/default/hypr/apps/webcam-overlay.lua index 3e92ae8e..4e0ce501 100644 --- a/default/hypr/apps/webcam-overlay.lua +++ b/default/hypr/apps/webcam-overlay.lua @@ -1,8 +1,10 @@ -- 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)" }, })