Launch shell actions through Hyprland

This commit is contained in:
David Heinemeier Hansson
2026-05-26 18:50:24 +02:00
parent c70ed3cdcd
commit 9100bc96be
4 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ Item {
var command = String(action || "")
if (!command) return
Quickshell.execDetached(["bash", "-lc", command])
Quickshell.execDetached(Util.hyprExecCommand(command))
}
function rowHeightForDetail(detail) {