mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
mention 10 bit
This commit is contained in:
parent
f74e88dfc3
commit
6755e7bfa8
1 changed files with 14 additions and 1 deletions
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in a new issue