summaryrefslogtreecommitdiff
path: root/modules/launcher/items
diff options
context:
space:
mode:
Diffstat (limited to 'modules/launcher/items')
-rw-r--r--modules/launcher/items/CalcItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/items/CalcItem.qml b/modules/launcher/items/CalcItem.qml
index 2e3c901..84c66a7 100644
--- a/modules/launcher/items/CalcItem.qml
+++ b/modules/launcher/items/CalcItem.qml
@@ -111,7 +111,7 @@ Item {
color: Colours.palette.m3onTertiary
function onClicked(): void {
- Quickshell.execDetached(["app2unit", "--", "foot", "fish", "-C", `exec qalc -i '${root.math}'`]);
+ Quickshell.execDetached(["app2unit", "--", ...Config.general.apps.terminal, "fish", "-C", `exec qalc -i '${root.math}'`]);
root.list.visibilities.launcher = false;
}
}