diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-09 15:15:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:24:54 -0400 |
| commit | 50bbd6f464fd32d3ce345681c6448ef963fb6e81 (patch) | |
| tree | d29ac42d5faaf2c4beb3b8ef3f138729a09de7bf /modules/launcher/services | |
| parent | only show active workspaces, fix colors (diff) | |
| download | caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.tar.gz caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.tar.bz2 caelestia-shell-50bbd6f464fd32d3ce345681c6448ef963fb6e81.zip | |
remove more stuffff
Diffstat (limited to 'modules/launcher/services')
| -rw-r--r-- | modules/launcher/services/Apps.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/services/Apps.qml b/modules/launcher/services/Apps.qml index 7f2d645..7569a1e 100644 --- a/modules/launcher/services/Apps.qml +++ b/modules/launcher/services/Apps.qml @@ -13,7 +13,7 @@ Searcher { if (entry.runInTerminal) Quickshell.execDetached({ - command: ["app2unit", "--", ...Config.general.apps.terminal, `${Quickshell.shellDir}/assets/wrap_term_launch.sh`, ...entry.command], + command: ["app2unit", "--", ...Config.general.apps.terminal, ...entry.command], workingDirectory: entry.workingDirectory }); else |