This commit is contained in:
2026-01-09 18:51:22 +00:00
parent de10e1dd1f
commit 3125b77020
7 changed files with 106 additions and 30 deletions

View File

@@ -149,6 +149,7 @@ export class EcoDaemon {
async getDisplays(): Promise<DisplayInfo[]> {
if (this.swayStatus.state !== 'running') {
this.log(`[displays] Sway not running (state: ${this.swayStatus.state}), skipping display query`);
return [];
}
const uid = await this.getUserUid();