Merge pull request #8162 from jmwall/fix/windows-vm-opacity

Keep the Windows VM display fully opaque
This commit is contained in:
David Heinemeier Hansson
2026-08-29 17:10:14 +02:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
-- Keep the Windows VM display opaque instead of applying the default window opacity.
o.window({ class = "^xfreerdp$", title = "^Windows VM - Omarchy$" }, {
tag = "-default-opacity",
opacity = "1 1",
})