Add docked profile for foureighty
This commit is contained in:
parent
454ac067f8
commit
a512388154
1 changed files with 18 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
hooks.postswitch = {
|
hooks.postswitch = {
|
||||||
"change-dpi" = ''
|
"change-dpi" = ''
|
||||||
case "$AUTORANDR_CURRENT_PROFILE" in
|
case "$AUTORANDR_CURRENT_PROFILE" in
|
||||||
|
foureighty-docked)
|
||||||
|
DPI=144
|
||||||
|
;;
|
||||||
foureighty)
|
foureighty)
|
||||||
DPI=144
|
DPI=144
|
||||||
;;
|
;;
|
||||||
|
@ -30,6 +33,21 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"foureighty-docked" = {
|
||||||
|
fingerprint = {
|
||||||
|
eDP-1 = "00ffffffffffff0006af362300000000001b0104a51f117802f4f5a4544d9c270f505400000001010101010101010101010101010101e65f00a0a0a040503020350035ae100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231343051414e30322e33200a00b2";
|
||||||
|
DP-1 = "00ffffffffffff0026cd4e66f3030000271d0104b53c22783ef6d5a7544b9e250d5054bfef80714f8140818081c09500b300d1c001014dd000a0f0703e8030203500544f2100001a000000ff0031313636333933393031303131000000fd00184c1fa03c000a202020202020000000fc00504c3237393255480a202020200176020320f15390050403020716011f121314201511065d5e5f2309070783010000023a801871382d40582c4500544f2100001f011d8018711c1620582c2500544f2100009fa76600a0f0701f8030205500544f2100001ff45100a0f070198030203500544f2100001f565e00a0a0a0295030203500544f2100001b000000000059";
|
||||||
|
};
|
||||||
|
config = {
|
||||||
|
eDP-1 = {
|
||||||
|
enable = false;
|
||||||
|
};
|
||||||
|
DP-1 = {
|
||||||
|
enable = true;
|
||||||
|
mode = "3840x2160";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue