Specialize display config against display names and not port names
This commit is contained in:
parent
4c6fecb530
commit
60e9924131
8 changed files with 33 additions and 61 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue