From 970684e304a2fd21592f76fc45fd97ff589f5f39 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Tue, 30 Sep 2025 08:07:18 -0400 Subject: [PATCH] Niri: temp warning fix --- Services/NiriService.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/NiriService.qml b/Services/NiriService.qml index 79d9a8b7..2e14747e 100644 --- a/Services/NiriService.qml +++ b/Services/NiriService.qml @@ -164,7 +164,7 @@ Item { "id": win.id, "title": win.title || "", "appId": win.app_id || "", - "workspaceId": win.workspace_id || null, + "workspaceId": win.workspace_id || -1, "isFocused": win.is_focused === true, "output": getWindowOutput(win) || "", "position": getWindowPosition(win.layout)