replace pulsemixer with pamixer
This commit is contained in:
parent
ec257e3c4f
commit
aca9c78648
3 changed files with 5 additions and 7 deletions
|
@ -20,7 +20,7 @@ To use this dot file, you need to install these packages. For Arch Linux users y
|
|||
|
||||
- nwg-launchers: nwgbar [logout lock restart shutdown UI], nwggrid [applications menu]
|
||||
|
||||
- pulsemixer [control voice]
|
||||
- pamixer [control voice]
|
||||
|
||||
- slurp [select a region, help screenshot]
|
||||
|
||||
|
|
|
@ -175,13 +175,11 @@ command_screencast_stop = killall -INT wf-recorder
|
|||
|
||||
## Volume controls alias-utils
|
||||
repeatable_binding_volume_up = KEY_F3
|
||||
command_volume_up = pulsemixer --change-volume +5
|
||||
command_volume_up = pamixer --allow-boost --increase 5
|
||||
repeatable_binding_volume_down = KEY_F2
|
||||
command_volume_down = pulsemixer --change-volume -5
|
||||
command_volume_down = pamixer --allow-boost --decrease 5
|
||||
binding_mute = KEY_F1
|
||||
command_mute = pulsemixer --mute
|
||||
binding_unmute = <alt> KEY_F1
|
||||
command_unmate = pulsemixer --unmute
|
||||
command_mute = pamixer --toggle-mute
|
||||
|
||||
## Screen brightness
|
||||
# https://haikarainen.github.io/light/
|
||||
|
|
2
pkglist
2
pkglist
|
@ -8,7 +8,7 @@ kdeconnect
|
|||
ly
|
||||
mako
|
||||
nwg-launchers
|
||||
pulsemixer
|
||||
pamixer
|
||||
slurp
|
||||
swaylock
|
||||
tilix
|
||||
|
|
Loading…
Reference in a new issue