forked from mirrors/nixpkgs
31 lines
460 B
JSON
31 lines
460 B
JSON
{
|
|
"properties": {},
|
|
"rules": [
|
|
{
|
|
"matches": [
|
|
{
|
|
"device.name": "~bluez_card.*"
|
|
}
|
|
],
|
|
"actions": {
|
|
"update-props": {}
|
|
}
|
|
},
|
|
{
|
|
"matches": [
|
|
{
|
|
"node.name": "~bluez_input.*"
|
|
},
|
|
{
|
|
"node.name": "~bluez_output.*"
|
|
}
|
|
],
|
|
"actions": {
|
|
"update-props": {
|
|
"node.pause-on-idle": false
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|