From aa6d06f4dce733432dce0ebb8ded9aa6005b4302 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 14 Aug 2026 13:57:14 +0300 Subject: [PATCH] rdm upd --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4618944..8220b9f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ sudo make install Because `nvbright` requires direct access to `/dev/mem` to map GPU MMIO registers and executes `/usr/sbin/pciconf`, it must be run as root (e.g., with `sudo` or `doas`). -### Command Syntax +### Command syntax ```sh nvbright [value 0-100] @@ -84,7 +84,7 @@ nvbright [value 0-100] sudo nvbright down ``` -### Desktop and Window Manager Integration +### Desktop and window manager integration You can bind `nvbright up` and `nvbright down` commands to the brightness keys (`XF86MonBrightnessUp` and `XF86MonBrightnessDown`) in window manager configurations (such as Sway, i3, or Openbox) or configure `sudoers` / `doas.conf` rules to allow execution without password prompts.