From 106b25e65a6e317bbf4de2a8e9fbd9fea4580507 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 May 2026 21:19:26 +0200 Subject: [PATCH] No transparency on the webcam overlay --- default/hypr/apps/webcam-overlay.lua | 2 ++ 1 file changed, 2 insertions(+) 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)" }, })