diff options
author | parazyd <parazyd@dyne.org> | 2016-12-30 12:16:07 +0100 |
---|---|---|
committer | parazyd <parazyd@dyne.org> | 2016-12-30 12:16:07 +0100 |
commit | 62f40164309cd6f22be9fae89c071221944618e4 (patch) | |
tree | 8dd70436266950dc3b3e98af8c353dc4d738b5c2 /README.md | |
parent | c2808b6d99f30e30b059906e7801cc8a2b76189f (diff) |
add vol_perc notes, add braces to singleline statements
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -50,6 +50,16 @@ If you use any other status bar or window manager you will have to figure it out slstatus -o | other_status_bar & +### Specific function quirks + +- Volume percentage + +If there is no `/dev/mixer` on your system and you use ALSA, it means you have to load the OSS compatibility module by issuing: + +``` +# modprobe snd-pcm-oss +``` + ## Contributing Hunt FIXME's in the code or do WTF you want! If it is useful, I will merge. |