Add comment about mixer oss module to README - slstatus - status monitor | |
git clone git://git.suckless.org/slstatus | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0aacce1c527749ccb85bd661a596af52dfb562cc | |
parent 1881569f6ce822f5baec4c7ceb9a8695f7e6a3ef | |
Author: drkhsh <[email protected]> | |
Date: Wed, 26 Oct 2022 12:57:12 +0200 | |
Add comment about mixer oss module to README | |
Diffstat: | |
M README | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -35,6 +35,9 @@ Requirements | |
Currently slstatus works on FreeBSD, Linux and OpenBSD. | |
In order to build slstatus you need the Xlib header files. | |
+For volume percentage on Linux the kernel module `snd-mixer-oss` must be | |
+loaded. | |
+ | |
Installation | |
------------ |