fix: add wireplumber custom profile

Add a custom wireplumber custom profile to fix an issue where pipewire keeps the /dev/video0 fd open even though it's not being used , causing battery loss. This is just a workaround for now, until it's fixed.
This commit is contained in:
Joel Mathew Thomas
2024-08-08 00:47:35 +05:30
parent 44e538f11c
commit eaea2b7612
@@ -0,0 +1,5 @@
wireplumber.profiles = {
main = {
monitor.libcamera=disabled
}
}