Overlay atop wlx background

This commit is contained in:
BabbleBones 2025-02-13 14:40:56 -05:00
parent a859e60e28
commit a1c77f74a5

View file

@ -1,6 +1,5 @@
function lovr.conf(t) function lovr.conf(t)
t.headset.overlay = 2 t.headset.overlay = 6
t.headset.overlayOrder = 2
t.window = false t.window = false
t.identity = "lovr-playspace" t.identity = "lovr-playspace"
end end