[sxhkd] feat: use XF86 keys by default for volume

This commit is contained in:
David JULIEN 2022-11-03 15:01:32 +01:00
parent 3284e727b7
commit 68c375abdc
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@
# System stuff
super + F1
XF86AudioMute
pulsemixer --toggle-mute; audio-notify
super + {F2, F3}
{XF86AudioLowerVolume, XF86AudioRaiseVolume}
pulsemixer --change-volume {-5, +5}; audio-notify
super + {F5, F6}