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
@@ -241,7 +241,7 @@ Item {
function run(command) {
if (!command) return
launcher.command = ["bash", "-lc", command]
launcher.command = Util.hyprExecCommand(command)
launcher.startDetached()
}