feat: add gaming profile
This commit is contained in:
parent
a62764d541
commit
8fee4883b8
1 changed files with 23 additions and 0 deletions
|
|
@ -14,6 +14,29 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gaming = {
|
||||||
|
outputs = [
|
||||||
|
{
|
||||||
|
criteria = "LVDS-1";
|
||||||
|
status = "disable";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "Dell Inc. DELL U2515H 9X2VY5490XUL";
|
||||||
|
status = "disable";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "Dell Inc. DELL U2515H 9X2VY5C7138L";
|
||||||
|
status = "enable";
|
||||||
|
mode = "1920x1080";
|
||||||
|
position = "0,0";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "HJW VGA TO HDMI 0x00000100";
|
||||||
|
status = "disable";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
station = {
|
station = {
|
||||||
outputs = [
|
outputs = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue