compositor: switch to new settings option for kanshi
This commit is contained in:
parent
937c04a018
commit
4d87cf6170
1 changed files with 36 additions and 24 deletions
|
@ -391,30 +391,42 @@ in
|
||||||
kanshi = {
|
kanshi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemdTarget = "river-session.target";
|
systemdTarget = "river-session.target";
|
||||||
profiles = {
|
settings = [
|
||||||
"home-undocked" = {
|
{
|
||||||
|
profile = {
|
||||||
|
name = "home-undocked";
|
||||||
outputs = [
|
outputs = [
|
||||||
{ criteria = "AU Optronics 0x2036 Unknown"; position = "0,0"; mode = "2560x1440"; scale = 1.0; }
|
{ criteria = "AU Optronics 0x2036 Unknown"; position = "0,0"; mode = "2560x1440"; scale = 1.0; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"home-docked" = {
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "home-docked";
|
||||||
outputs = [
|
outputs = [
|
||||||
{ criteria = "AU Optronics 0x2036 Unknown"; position = "0,0"; mode = "2560x1440"; scale = 1.0; }
|
{ criteria = "AU Optronics 0x2036 Unknown"; position = "0,0"; mode = "2560x1440"; scale = 1.0; }
|
||||||
{ criteria = "Dell Inc. DELL U2718Q FN84K01T095L"; position = "2560,0"; mode = "3840x2160"; scale = 1.0; }
|
{ criteria = "Dell Inc. DELL U2718Q FN84K01T095L"; position = "2560,0"; mode = "3840x2160"; scale = 1.0; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"work-undocked" = {
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "work-undocked";
|
||||||
outputs = [
|
outputs = [
|
||||||
{ criteria = "LG Display 0x06D6 Unknown"; position = "0,0"; mode = "1920x1080"; scale = 1.0; }
|
{ criteria = "LG Display 0x06D6 Unknown"; position = "0,0"; mode = "1920x1080"; scale = 1.0; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"work-docked" = {
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "work-docked";
|
||||||
outputs = [
|
outputs = [
|
||||||
{ criteria = "LG Display 0x06D6 Unknown"; position = "0,0"; mode = "1920x1080"; scale = 1.0; }
|
{ criteria = "LG Display 0x06D6 Unknown"; position = "0,0"; mode = "1920x1080"; scale = 1.0; }
|
||||||
{ criteria = "Dell Inc. DELL U2718Q FN84K83Q1KHL"; position = "1920,0"; mode = "3840x2160"; scale = 1.0; }
|
{ criteria = "Dell Inc. DELL U2718Q FN84K83Q1KHL"; position = "1920,0"; mode = "3840x2160"; scale = 1.0; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
mako = {
|
mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue