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:
parent
845dbba848
commit
219f9a912d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ XF86MonBrightness{Up,Down}
|
||||||
xbacklight {-inc,-dec} 10
|
xbacklight {-inc,-dec} 10
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
pulsemixer --toggle-mute
|
pulsemixer --toggle-mute
|
||||||
XF86Audio{RaiseVolume,LowerVolume}
|
XF86Audio{LowerVolume,RaiseVolume}
|
||||||
pulsemixer --change-volume {-5,+5}
|
pulsemixer --change-volume {-5,+5}
|
||||||
|
|
||||||
# Open terminal emulator (the variable gets set in sh module basic env vars)
|
# Open terminal emulator (the variable gets set in sh module basic env vars)
|
||||||
|
|
Loading…
Reference in a new issue