cleanup kanshi config
This commit is contained in:
parent
9e3a13863d
commit
a403f9ddbf
1 changed files with 72 additions and 59 deletions
|
@ -2,64 +2,77 @@ _: {
|
|||
services.kanshi = {
|
||||
enable = true;
|
||||
systemdTarget = "graphical-session.target";
|
||||
profiles = {
|
||||
undocked = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
mode = "1920x1080";
|
||||
position = "0,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
docked_1 = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "0,216";
|
||||
scale = 1.25;
|
||||
}
|
||||
{
|
||||
criteria = "DP-1";
|
||||
transform = "normal";
|
||||
position = "1536,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
docked_2 = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "0,216";
|
||||
scale = 1.25;
|
||||
}
|
||||
{
|
||||
criteria = "DP-2";
|
||||
transform = "normal";
|
||||
position = "1536,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
docked_3 = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "0,216";
|
||||
scale = 1.25;
|
||||
}
|
||||
{
|
||||
criteria = "DP-3";
|
||||
transform = "normal";
|
||||
position = "1536,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
settings = [
|
||||
{
|
||||
profile = {
|
||||
name = "undocked";
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
mode = "1920x1080";
|
||||
position = "0,0";
|
||||
}
|
||||
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
profile = {
|
||||
name = "docked_1";
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "0,216";
|
||||
scale = 1.25;
|
||||
}
|
||||
{
|
||||
criteria = "DP-1";
|
||||
transform = "normal";
|
||||
position = "1536,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
profile = {
|
||||
name = "docked_2";
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "0,216";
|
||||
scale = 1.25;
|
||||
}
|
||||
{
|
||||
criteria = "DP-2";
|
||||
transform = "normal";
|
||||
position = "1536,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
profile = {
|
||||
name = "docked_3";
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
transform = "normal";
|
||||
mode = "1920x1080";
|
||||
position = "0,216";
|
||||
scale = 1.25;
|
||||
}
|
||||
{
|
||||
criteria = "DP-3";
|
||||
transform = "normal";
|
||||
position = "1536,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue