Files
dotfiles/.config/wireplumber/wireplumber.conf.d/10-disable-camera.conf
T
Joel Mathew Thomas eaea2b7612 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.
2024-08-08 00:47:35 +05:30

6 lines
73 B
Plaintext

wireplumber.profiles = {
main = {
monitor.libcamera=disabled
}
}