scripts: Switch to own volume script
`pavolume` was nice, but my own volume script is just more flexible. No real changes yet, but includes notification through dunst and works the same way as `control-brightness` script does, just invoked through `control-volume`.
This commit is contained in:
parent
9a6fd3fa04
commit
bab92816d0
2 changed files with 93 additions and 2 deletions
|
|
@ -21,9 +21,9 @@ super + F7
|
|||
XF86MonBrightness{Up,Down}
|
||||
control-brightness {up, down} 10
|
||||
XF86AudioMute
|
||||
pavolume mutetoggle
|
||||
control-volume mute
|
||||
XF86Audio{LowerVolume,RaiseVolume}
|
||||
pavolume {voldown, volup}
|
||||
control-volume {down, up}
|
||||
|
||||
# Open terminal emulator (the variable gets set in sh module basic env vars)
|
||||
super + Return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue