diff options
| author | Andreas Grois <andi@grois.info> | 2024-02-11 15:15:44 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-02-11 15:15:44 +0100 |
| commit | e5ebcc0e4f7598ec26f1a67305d7f9a42bf35a59 (patch) | |
| tree | 5dc39989670e14451db1ac9e83a79fbd665c8074 /testconfig | |
| parent | 41d1e47d29898e6ef0ec8ae5b9c6cab719fdf5f1 (diff) | |
Fix config for ALSA
Diffstat (limited to 'testconfig')
| -rw-r--r-- | testconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,8 +52,8 @@ AfterText = "" Plugin = "AlsaVolume" [Element.Config] -device = [100, 101, 102, 97, 117, 108, 116] -element = [77, 97, 115, 116, 101, 114] +device = "default" +element = "Master" abstraction = "None" sorting = "MuteVolume" |
