Volume: launch pavucontrol with middle-click

This commit is contained in:
wxlyyy
2025-10-27 20:14:59 +08:00
parent ba5f24191f
commit 0ca9f23a4c
+1 -1
View File
@@ -96,7 +96,7 @@ Item {
PanelService.getPanel("audioPanel")?.toggle(this)
}
onMiddleClicked: {
Quickshell.execDetached(["pwvucontrol"])
Quickshell.execDetached(["sh" "-c" "pwvucontrol || pavucontrol"])
}
}
}