From fff7df78b42c73ab1a5bc7dc902ffd691413b440 Mon Sep 17 00:00:00 2001 From: Dunestorm Date: Tue, 31 Dec 2024 22:25:03 +0000 Subject: [PATCH] Updated README.md Updated instructions with template for monitor.conf. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7475b42..77e2b6e 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,12 @@ ln -s hdr-helper ~/.local/bin/ chmod +x ~/.local/usr/bin/hdr-helper ``` -You will then need to modify the following three values within monitor.conf specific to your system configuration: -``` -# MONITOR= -# NATIVE_RES=<3440x1440@165 | Enter your native monitor resolution followed by the refresh rate> -# TEMP_RES=<2560x1440@144 | Enter a different resolution or refresh rate from your native> +You will then need to create a file named monitor.conf, copy the below template and adjust to your PC's +configuration: +```bash +MONITOR= # +NATIVE_RES= # <3440x1440@165 | Enter your native monitor resolution followed by the refresh rate> +TEMP_RES= # <2560x1440@144 | Enter a different resolution or refresh rate from your native> ``` `xrandr` will give you the following output; in the below example `DP-3` is the value we need to use to target the active monitor.