Don't use 10 bit color depth on dragon main monitor so that hyprland screen share works
This commit is contained in:
parent
afb5e5aa93
commit
4104af7f5e
|
@ -75,7 +75,8 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
monitor = [
|
monitor = [
|
||||||
# "DP-2,3840x2160@60,-2160x0,1,transform,3"
|
# "DP-2,3840x2160@60,-2160x0,1,transform,3"
|
||||||
"DP-3,3840x2160@120,${toString (builtins.ceil (2160 / 1.5))}x0,1,bitdepth,10"
|
"DP-3,3840x2160@120,${toString (builtins.ceil (2160 / 1.5))}x0,1"
|
||||||
|
# HDR breaks screenshare? "DP-3,3840x2160@120,${toString (builtins.ceil (2160 / 1.5))}x0,1,bitdepth,10"
|
||||||
# "desc:LG Display 0x0521,3840x2160@120,0x0,1"
|
# "desc:LG Display 0x0521,3840x2160@120,0x0,1"
|
||||||
# "desc:Dell Inc. DELL U2720Q D3TM623,3840x2160@60,3840x0,1.5,transform,1"
|
# "desc:Dell Inc. DELL U2720Q D3TM623,3840x2160@60,3840x0,1.5,transform,1"
|
||||||
"DP-2,3840x2160@60,0x0,1.5,transform,1"
|
"DP-2,3840x2160@60,0x0,1.5,transform,1"
|
||||||
|
|
Loading…
Reference in a new issue