conf: disable peek window to improve perf

The peek window is not zero copy, turn this off.
This commit is contained in:
SpookySkeletons 2023-09-26 16:11:57 -04:00 committed by GitHub
parent cea807ac5c
commit 319120bfaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
function lovr.conf(t)
t.headset.overlay = true
t.window.title = 'lovr-playspace'
end
t.window = false
end