chore: prune config of unused files
This commit is contained in:
parent
9975cd7d64
commit
9724c8e4f4
1 changed files with 0 additions and 44 deletions
|
@ -1,44 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
services.kanshi = {
|
|
||||||
enable = true;
|
|
||||||
profiles = {
|
|
||||||
undocked = {
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "eDP-1";
|
|
||||||
scale = 1.0;
|
|
||||||
status = "enable";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
docked_office_cn = {
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "AOC 2619 M1194JA002428";
|
|
||||||
position = "0,0";
|
|
||||||
mode = "1920x1200@59.94Hz";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
criteria = "eDP-1";
|
|
||||||
position = "0,0";
|
|
||||||
status = "disable";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
docked_office_gr = {
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "HDMI-A-1";
|
|
||||||
position = "2560,0";
|
|
||||||
mode = "1920x1080@75.00Hz";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
systemdTarget = "hyprland-session.target";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue