1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/nixos/modules/services/desktops/pipewire/bluez-monitor.conf.json

31 lines
460 B
JSON
Raw Normal View History

2021-02-25 14:22:40 +00:00
{
"properties": {},
"rules": [
{
"matches": [
{
2021-03-04 22:41:02 +00:00
"device.name": "~bluez_card.*"
2021-02-25 14:22:40 +00:00
}
2021-03-04 22:41:02 +00:00
],
"actions": {
"update-props": {}
}
2021-02-25 14:22:40 +00:00
},
{
"matches": [
{
2021-03-04 22:41:02 +00:00
"node.name": "~bluez_input.*"
2021-02-25 14:22:40 +00:00
},
{
2021-03-04 22:41:02 +00:00
"node.name": "~bluez_output.*"
}
],
"actions": {
"update-props": {
"node.pause-on-idle": false
2021-02-25 14:22:40 +00:00
}
2021-03-04 22:41:02 +00:00
}
2021-02-25 14:22:40 +00:00
}
]
}