Keep the Windows VM display fully opaque

This commit is contained in:
Jason Wall
2026-08-24 22:11:16 -07:00
parent b86d4505c1
commit 8bee78bc63
2 changed files with 16 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",
})