forked from Shinonome/dots-hyprland
search: remove arch-specific command-not-found funcitonality (#1409)
This commit is contained in:
@@ -107,7 +107,7 @@ Item { // Wrapper
|
|||||||
property list<string> baseCommand: ["bash", "-c"]
|
property list<string> baseCommand: ["bash", "-c"]
|
||||||
function executeCommand(command) {
|
function executeCommand(command) {
|
||||||
executor.command = baseCommand.concat(
|
executor.command = baseCommand.concat(
|
||||||
`${command} || ${ConfigOptions.apps.terminal} fish -C 'echo "${qsTr("Searching for package with that command")}..." && pacman -F ${command}'`
|
`${command}`
|
||||||
)
|
)
|
||||||
executor.startDetached()
|
executor.startDetached()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user