Added pipewire to change names and node names to discord and freetube from chromium to unique names

This commit is contained in:
2025-06-08 12:12:08 -04:00
parent b94e8e44b2
commit f18216707f
2 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# ~/.config/pipewire/pipewire.conf.d/104-group-game-audio-to-node.conf
node.rules = [
{
matches = [
{
application.process.binary = "equibop.bin"
}
{
pipewire.access.portal.app_id = "io.github.equicord.equibop"
}
{
pipewire.access.portal.app_id = "com.discordapp.Discord"
}
{
pipewire.access.portal.app_id = "com.discordapp.DiscordCanary"
}
]
actions = {
update-props = {
application.name = "Discord"
node.name = "Discord"
}
}
}
]

View File

@@ -0,0 +1,17 @@
# ~/.config/pipewire/pipewire.conf.d/104-group-game-audio-to-node.conf
node.rules = [
{
matches = [
{
pipewire.access.portal.app_id = "io.github.equicord.equibop"
}
]
actions = {
update-props = {
application.name = "Freetube"
node.name = "Freetube"
}
}
}
]