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:
@@ -0,0 +1,5 @@
|
||||
wireplumber.profiles = {
|
||||
main = {
|
||||
monitor.libcamera=disabled
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user