summaryrefslogtreecommitdiff
path: root/config/wireplumber/wireplumber.conf.d/12-bluetooth-rename.conf
blob: be28f93938a6f7e006d3107de6253becfd02f0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
monitor.bluez.rules = [
    {
        matches = [
            { node.name = "bluez_output.41_42_FF_4A_3F_2C.1" }
        ],
        actions = {
            update-props = {
                node.description   = "Thinkplus GM2 Pro",
                device.alias   = "Thinkplus GM2 Pro",
                device.form-factor = "headset",
                device.icon-name   = "audio-headset-symbolic",
            }
        }
    }
]