refactor(desktop): rework kanshi configurations
This commit is contained in:
parent
0d8a394dcf
commit
70ec9d25a7
7 changed files with 104 additions and 65 deletions
|
@ -36,7 +36,28 @@
|
|||
};
|
||||
desktop.sway = {
|
||||
enable = true;
|
||||
kanshi = true;
|
||||
kanshi = {
|
||||
enable = true;
|
||||
profiles = [
|
||||
|
||||
{
|
||||
profile.name = "work";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "Iiyama North America PL2792QN 1179214201663";
|
||||
mode = "2560x1440";
|
||||
position = "1450,0";
|
||||
scale = 1.15;
|
||||
}
|
||||
{
|
||||
criteria = "BOE 0x0A95 Unknown";
|
||||
mode = "1920x1080";
|
||||
position = "0,0";
|
||||
scale = 1.325;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
swaylock.useNullPackage = true;
|
||||
waybar = {
|
||||
laptop = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue