Launch shell actions through Hyprland
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user