mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +08:00
feat: make kanshi more configured
This commit is contained in:
parent
310c949afd
commit
fb3636e7b3
1 changed files with 6 additions and 5 deletions
|
|
@ -76,17 +76,18 @@
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
outputs = [
|
outputs = [
|
||||||
{
|
|
||||||
criteria = "eDP-1";
|
|
||||||
position = "152,1440";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
criteria = "LG Electronics LG ULTRAGEAR+ 507NTRLM0646";
|
criteria = "LG Electronics LG ULTRAGEAR+ 507NTRLM0646";
|
||||||
scale = 1.0;
|
scale = 1.0;
|
||||||
status = "enable";
|
status = "enable";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
# adaptiveSync = true;
|
# adaptiveSync = true;
|
||||||
mode = "2560x1440@144Hz";
|
mode = if (host == "sakura") then "2560x1440@60Hz" else "2560x1440@60Hz";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "eDP-1";
|
||||||
|
status = if (host == "sakura") then "enable" else "disable";
|
||||||
|
position = if (host == "sakura") then "152,1440" else "300,1440";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue