Skip to content

Instantly share code, notes, and snippets.

@yaomtc
yaomtc / ffxivmute.sh
Created October 2, 2023 04:19
Toggle muting of Final Fantasy XIV on Linux with WirePlumber (PipeWire)
#!/bin/bash
id=$(wpctl status | grep "XIV" | sed -n '2,2p' | sed 's/^ *//' | sed 's/\. FINAL\ FANTASY\ XIV//')
wpctl set-mute $id toggle