All Sway config is now a module

This commit is contained in:
Yorick Barbanneau 2023-12-26 02:48:49 +01:00
parent 559a477e05
commit 8c62cc41d1
22 changed files with 685 additions and 662 deletions

View file

@ -1,46 +0,0 @@
_: {
services.kanshi = {
enable = true;
profiles = {
home = {
outputs = [
{
criteria = "Iiyama North America PL2792UH 1166310803122";
mode = "3840x2160";
position = "1080,0";
scale = 2.0;
}
{
criteria = "Iiyama North America PL2792UH 1176923201598";
mode = "3840x2160";
position = "0,0";
transform = "90";
scale = 2.0;
}
{
criteria = "eDP-1";
status = "disable";
}
];
};
work = {
outputs = [
{
criteria = "Iiyama North America PL2480H 11183M2807013";
mode = "1920x1080";
position = "0,0";
}
{
criteria = "Iiyama North America PL2480H 11183M2807016";
mode = "1920x1080";
position = "1920,0";
}
{
criteria = "eDP-1";
status = "disable";
}
];
};
};
};
}