Files
arthur-os/default/hypr/apps/webcam-overlay.lua
T

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)" },
})