mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
kanshi: add rustboro screen settings
This commit is contained in:
parent
ef04080f24
commit
c010da17ad
|
@ -34,6 +34,15 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
services.kanshi.profiles.rustboro = {
|
||||
outputs = [
|
||||
{
|
||||
status = "enable";
|
||||
criteria = "LG Display 0x0569 Unknown";
|
||||
scale = 1.2;
|
||||
}
|
||||
];
|
||||
};
|
||||
services.kanshi.profiles.mauville = {
|
||||
outputs = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue