Launch shell actions through Hyprland
This commit is contained in:
@@ -241,7 +241,7 @@ Item {
|
||||
function run(command) {
|
||||
if (!command) return
|
||||
|
||||
launcher.command = ["bash", "-lc", command]
|
||||
launcher.command = Util.hyprExecCommand(command)
|
||||
launcher.startDetached()
|
||||
}
|
||||
|
||||
|
||||
@@ -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