Skip to content

Commit 716fe13

Browse files
committed
README: Mention the now dconf-configurable "sliderDevice"
1 parent a92a5b1 commit 716fe13

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ bottom='origami'
1313
There is also a [Sailfish OS settings plugin](https://github.com/sailfishos-oneplus5/onyx-triambience-settings-plugin) available for simple control of these values through the settings app.
1414

1515
## Adaptation
16-
The tristate key node and emitted event codes will most likely need to be changed [like I had to do for OnePlus 5/5T devices](https://github.com/sailfishos-oneplus5/triambience/commit/15772a57e8571799939bc1b7a80f7d04beb4771e).
16+
Now you can add a `/etc/dconf/db/vendor.d/triambienced.txt` file in your droid-config sparse files to choose the correct tristate key node when needed without having to fork this project, for example:
17+
```
18+
[apps/onyxtristate]
19+
sliderDevice='/dev/input/event6'
20+
```
21+
22+
The [emitted tristate key event codes](https://github.com/sailfishos-oneplus5/triambience-daemon/commit/15772a57e8571799939bc1b7a80f7d04beb4771e#diff-855c3a38d4fc3858a48957f816ac34dfL115) still have to be changed in source for now; expect this to get easier soon ;)

0 commit comments

Comments
 (0)