Skip to content

Instantly share code, notes, and snippets.

View palcodes's full-sized avatar
🦾
it's the humans that matter

Aayush Pal palcodes

🦾
it's the humans that matter
View GitHub Profile
#!/bin/bash
# File: xm4.sh
# Force Sony XM4 to A2DP mode
HEADSET_MAC="DEVICE_ID"
# Get pipewire card number
CARD=$(pactl list cards | grep "$HEADSET_MAC" | awk '{print $1}')