From 49b3107adbf273deb6be9e95c6bc93e176eb2748 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:56:12 +0200 Subject: [PATCH] typo --- .config/quickshell/modules/overview/OverviewWidget.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/overview/OverviewWidget.qml b/.config/quickshell/modules/overview/OverviewWidget.qml index 17068522a..4f5695ae1 100644 --- a/.config/quickshell/modules/overview/OverviewWidget.qml +++ b/.config/quickshell/modules/overview/OverviewWidget.qml @@ -35,7 +35,7 @@ Item { Process { id: closeOverview - command: ["bash", "-c", "qs ipc call overview close &"] // Somehow has to by async to work? + command: ["bash", "-c", "qs ipc call overview close &"] // Somehow has to be async to work? } Rectangle {