Merge pull request #601 from bokicoder/main

Volume: launch `pavucontrol` with middle-click
This commit is contained in:
Lysec
2025-10-27 13:19:03 +01:00
committed by GitHub
+1 -1
View File
@@ -96,7 +96,7 @@ Item {
PanelService.getPanel("audioPanel")?.toggle(this)
}
onMiddleClicked: {
Quickshell.execDetached(["pwvucontrol"])
Quickshell.execDetached(["sh" "-c" "pwvucontrol || pavucontrol"])
}
}
}