[sxhkd] feat: use XF86 keys by default for volume
This commit is contained in:
parent
3284e727b7
commit
68c375abdc
@ -2,9 +2,10 @@
|
|||||||
|
|
||||||
# System stuff
|
# System stuff
|
||||||
|
|
||||||
super + F1
|
XF86AudioMute
|
||||||
pulsemixer --toggle-mute; audio-notify
|
pulsemixer --toggle-mute; audio-notify
|
||||||
super + {F2, F3}
|
|
||||||
|
{XF86AudioLowerVolume, XF86AudioRaiseVolume}
|
||||||
pulsemixer --change-volume {-5, +5}; audio-notify
|
pulsemixer --change-volume {-5, +5}; audio-notify
|
||||||
|
|
||||||
super + {F5, F6}
|
super + {F5, F6}
|
||||||
|
Reference in New Issue
Block a user