We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67da8ca commit 4a6821aCopy full SHA for 4a6821a
README.md
@@ -4,8 +4,18 @@ This is a fork of the deej project to maintain tweaks required for easy use on L
4
5
## Changes
6
- Tweak for apps whose audio goes through pipewire
7
+- Updated go packages
8
+- Support for $XDG_CONFIG_HOME/deej/config.yaml
9
+- Configurable adc_size
10
+- config.yaml with linux-sensible defaults
11
- Build scripts place executables in `install` directory
12
13
+## Requirements
14
+You'll need the permissions to access the serial device. Something like:
15
+```
16
+sudo usermod -aG dialout <username> # requires re-login
17
18
+
19
## Building
20
21
See [build/README.md](./build/README.md)
0 commit comments