mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
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"]
|
||||
function executeCommand(command) {
|
||||
executor.command = baseCommand.concat(
|
||||
`${command} || ${ConfigOptions.apps.terminal} fish -C 'echo "${qsTr("Searching for package with that command")}..." && pacman -F ${command}'`
|
||||
`${command}`
|
||||
)
|
||||
executor.startDetached()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user