tweak(audio,qtile): use sound.mediaKeys

This commit is contained in:
Infinidoge 2022-05-28 02:13:16 -04:00
parent 9f979bb847
commit 1251d4e050
2 changed files with 7 additions and 18 deletions

View file

@ -12,8 +12,14 @@ in
};
config = mkIf cfg.enable {
sound.enable = true;
hardware.pulseaudio.enable = true;
sound = {
enable = true;
mediaKeys = {
enable = true;
volumeStep = "2%";
};
};
# HACK Prevents ~/.esd_auth files by disabling the esound protocol module
# for pulseaudio, which I likely don't need. Is there a better way?