Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 366 Bytes

03-sound.md

File metadata and controls

24 lines (14 loc) · 366 Bytes

Sound

Sound should work out of the box.

You should be able to use dedicated keyboard keys for manipulating volume and toggle mute.

Get volume & mute status

To get only values, provide -n flag.

Volume level: (0 - 1)

sndioctl -n output.level

Mute (0 or 1):

sndioctl -n output.mute

Next: DWM Installation