internal: use configDir -> shellDir

configDir is deprecated
This commit is contained in:
2 * r + 2 * t 2025-07-27 14:22:50 +10:00
parent 1423a53ea0
commit 22a88aaa41

View file

@ -13,7 +13,7 @@ Searcher {
function launch(entry: DesktopEntry): void {
if (entry.runInTerminal)
Quickshell.execDetached({
command: ["app2unit", "--", "foot", `${Quickshell.configDir}/assets/wrap_term_launch.sh`, ...entry.command],
command: ["app2unit", "--", "foot", `${Quickshell.shellDir}/assets/wrap_term_launch.sh`, ...entry.command],
workingDirectory: entry.workingDirectory
});
else