Merge pull request #450 from keis/sway-workspace-index

Use workspace.num as index for sway
This commit is contained in:
Lemmy
2025-10-09 11:38:21 -04:00
committed by GitHub
+1 -1
View File
@@ -71,7 +71,7 @@ Item {
const wsData = {
"id": i,
"idx": ws.id,
"idx": ws.num,
"name": ws.name || "",
"output": (ws.monitor && ws.monitor.name) ? ws.monitor.name : "",
"isActive": ws.active === true,