sxhkd: Fix volume media keys

Changed the order of volume media keys so raising vol key raises
volume and lower vol key lowers volume, not the other way round as
before. oops.
This commit is contained in:
Marty Oehme 2020-08-01 09:19:26 +02:00
parent 845dbba848
commit 219f9a912d
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -19,7 +19,7 @@ XF86MonBrightness{Up,Down}
xbacklight {-inc,-dec} 10
XF86AudioMute
pulsemixer --toggle-mute
XF86Audio{RaiseVolume,LowerVolume}
XF86Audio{LowerVolume,RaiseVolume}
pulsemixer --change-volume {-5,+5}
# Open terminal emulator (the variable gets set in sh module basic env vars)