internal: use configDir -> shellDir
configDir is deprecated
This commit is contained in:
parent
1423a53ea0
commit
22a88aaa41
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue