fix: only show workspaces on monitors they belong to

This commit is contained in:
2025-06-28 01:32:27 -07:00
parent d840dc3e4a
commit 78ca57e491
2 changed files with 27 additions and 13 deletions

14
astal/bun.lock Normal file
View File

@@ -0,0 +1,14 @@
{
"lockfileVersion": 1,
"workspaces": {
"": {
"name": "astal-shell",
"dependencies": {
"astal": "/nix/store/pvb3x021mr6xknm91gqq76gy32n96vj0-astal-gjs/share/astal/gjs",
},
},
},
"packages": {
"astal": ["astal@file:../../../../nix/store/pvb3x021mr6xknm91gqq76gy32n96vj0-astal-gjs/share/astal/gjs", {}],
}
}