add-more-system-apps #10

Merged
eriq12 merged 35 commits from add-more-system-apps into main 2025-06-14 15:10:36 -04:00
3 changed files with 45 additions and 0 deletions
Showing only changes of commit f18216707f - Show all commits

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"
}
}
}
]