Remove unnecessary display variables
This commit is contained in:
parent
a60084f77c
commit
e62bea822a
2 changed files with 4 additions and 12 deletions
|
@ -10,8 +10,6 @@
|
|||
tower3 = "Eizo Nanao Corporation CG223W 23252050";
|
||||
tower4 = "Samsung Electric Company SAMSUNG Unknown";
|
||||
|
||||
jupiter = "Valve Corporation ANX7530 U 0x00000001";
|
||||
|
||||
estradiol1 = "Dell Inc. DELL P2214H KW14V4965YKS";
|
||||
estradiol2 = "HannStar Display Corp iP192A 051AW1WY03797";
|
||||
};
|
||||
|
|
|
@ -12,15 +12,6 @@
|
|||
};
|
||||
}
|
||||
|
||||
{
|
||||
output = {
|
||||
criteria = config.displays.jupiter;
|
||||
mode = "800x1280@59.99900";
|
||||
transform = "270";
|
||||
scale = 1.15;
|
||||
};
|
||||
}
|
||||
|
||||
# Profiles
|
||||
{
|
||||
profile = {
|
||||
|
@ -106,8 +97,11 @@
|
|||
name = "deck";
|
||||
outputs = [
|
||||
{
|
||||
criteria = config.displays.jupiter;
|
||||
criteria = "Valve Corporation ANX7530 U 0x00000001";
|
||||
status = "enable";
|
||||
mode = "800x1280@59.99900";
|
||||
transform = "270";
|
||||
scale = 1.15;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue