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 {