WIP per-monitor workspaces - Hyprland

This commit is contained in:
Zacharias-Brohn
2025-10-15 12:07:34 +02:00
parent fe21ac08ec
commit e8258d798a
4 changed files with 19 additions and 3 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ Item {
running: false
stdout: StdioCollector {
onStreamFinished: {
root.currentTitle = this.text.trim().replace(/\"/g, "")
let cleaned = this.text.trim().replace(/\"/g, "")
root.currentTitle = ( cleaned === "null" ) ? "" : cleaned
}
}
}