From a1c77f74a5536072039394eec3db8ff1fe59fd16 Mon Sep 17 00:00:00 2001 From: BabbleBones Date: Thu, 13 Feb 2025 14:40:56 -0500 Subject: [PATCH] Overlay atop wlx background --- conf.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.lua b/conf.lua index 96e3bcf..3cef231 100644 --- a/conf.lua +++ b/conf.lua @@ -1,6 +1,5 @@ function lovr.conf(t) - t.headset.overlay = 2 - t.headset.overlayOrder = 2 + t.headset.overlay = 6 t.window = false t.identity = "lovr-playspace" end