diff options
| author | GabrielGilbert <gabriel.gilbert290@gmail.com> | 2024-07-10 09:11:20 -0400 |
|---|---|---|
| committer | AstralCookie <gabriel.gilbert290@gmail.com> | 2024-07-10 09:25:54 -0400 |
| commit | da2f8eec4cb0191d101d9a456db8a97682edc48a (patch) | |
| tree | 4b352955f4646066c45c3a54a6a8abbc69c37be7 | |
| parent | 6b29fc5d1e802563a036da9eab187b27c0f17db5 (diff) | |
config: Add documentation for 10 bit color displays
Add a note in Monitors.conf about 10 bit color displays and how it can
affect screen captures
| -rw-r--r-- | config/hypr/UserConfigs/Monitors.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/Monitors.conf b/config/hypr/UserConfigs/Monitors.conf index 36781f99..b23da3d2 100644 --- a/config/hypr/UserConfigs/Monitors.conf +++ b/config/hypr/UserConfigs/Monitors.conf @@ -19,6 +19,11 @@ monitor=,preferred,auto,1 #monitor = DP-1, preferred, auto, 1 #monitor = HDMI-A-1, preferred,auto,1 +# NOTE: for monitors with 10 bit color displays, enable the depthbit,10 option. +# Otherwise, screen captures might render a black screen + +# monitor=,preferred,auto,1,bitdepth,10 + # QEMU-KVM or any virtual box #monitor = Virtual-1, 1920x1080@60,auto,1 |
