082b2e0945
Add support for using logind mode for recent distributions OBS-URL: https://build.opensuse.org/request/show/768528 OBS-URL: https://build.opensuse.org/package/show/utilities/brightnessctl?expand=0&rev=8
27 lines
837 B
Diff
27 lines
837 B
Diff
From 5bee979cd84347369027b45b5df5d917b3231ab6 Mon Sep 17 00:00:00 2001
|
|
From: Hummer12007 <hilobakho@gmail.com>
|
|
Date: Fri, 2 Aug 2019 15:23:38 +0300
|
|
Subject: [PATCH 1/4] Fixed inconsistency in README (thanks @AJGQ)
|
|
|
|
Closes #28
|
|
---
|
|
README.md | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/README.md b/README.md
|
|
index 92b65b0..0042bb4 100644
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -23,7 +23,7 @@ Modifying brightness requires write permissions for device files. `brightnessctl
|
|
|
|
2) installing `brightnessctl` as a suid binary.
|
|
|
|
-The behavior is controlled by the `INSTALL_UDEV_RULES` flag (setting it to `1` installs the udev rules, `0` is the default value).
|
|
+The behavior is controlled by the `INSTALL_UDEV_RULES` flag (setting it to `1` installs the udev rules, it is the default value).
|
|
|
|
## Usage
|
|
```
|
|
--
|
|
2.25.0
|
|
|