From 6755e7bfa8bf60e817a7f2d4439c973e6a57f83b Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 27 Oct 2022 13:26:44 +0100 Subject: [PATCH] mention 10 bit --- pages/Configuring/Monitors.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Monitors.md b/pages/Configuring/Monitors.md index aa2058a..47ae660 100644 --- a/pages/Configuring/Monitors.md +++ b/pages/Configuring/Monitors.md @@ -87,7 +87,9 @@ Where `TOP` `BOTTOM` `LEFT` `RIGHT` are integers in pixels of the reserved area to add. This does stack on top of the calculated one, (e.g. bars) but you may only use one of these rules per monitor in the config. -# Mirrored displays +# Extra args + +## Mirrored displays If you want to mirror a display, add a `,mirror,[NAME]` at the end of the monitor rule, examples: @@ -102,6 +104,17 @@ second monitor, so if mirroring a 1080p screen onto a 4K one, the resolution will still be 1080p on the 4K display. This also means squishing and stretching will occur on non-matching resolutions. +## 10 bit support + +If you want to enable 10 bit support for your display, add a `,bitdepth,10` at the +end of the monitor rule, e.g.: +```ini +monitor=eDP-1,2880x1800@90,0x0,1,bitdepth,10 +``` + +Please be aware that colors registered in Hyprland (e.g. the border color) do _not_ +support 10 bit. + # Rotating and the default workspace {{< hint type=important >}}