Specialize display config against display names and not port names

This commit is contained in:
Bun 2025-05-06 04:20:03 -04:00
parent 4c6fecb530
commit 60e9924131
8 changed files with 33 additions and 61 deletions

View file

@ -39,5 +39,10 @@
inner = 5;
smartGaps = true;
};
output = {
"*".bg = "~/.assets/wallpapers/1.png fill";
"${config.displays.tower2}".bg = "~/.assets/wallpapers/2.png fill";
"${config.displays.tower3}".bg = "~/.assets/wallpapers/3.png fill";
};
};
}