mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-01 01:59:47 +00:00
Merge pull request #450 from keis/sway-workspace-index
Use workspace.num as index for sway
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user