wayfire: replace pamixer with libpulse, reduce one pacakage
This commit is contained in:
parent
f6e2c411bd
commit
a7439cde03
3 changed files with 3 additions and 6 deletions
|
@ -20,8 +20,6 @@ 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]
|
- nwg-launchers: nwgbar [logout lock restart shutdown UI], nwggrid [applications menu]
|
||||||
|
|
||||||
- pamixer [control voice]
|
|
||||||
|
|
||||||
- slurp [select a region, help screenshot]
|
- slurp [select a region, help screenshot]
|
||||||
|
|
||||||
- swaylock [lock screen]
|
- swaylock [lock screen]
|
||||||
|
|
|
@ -175,11 +175,11 @@ command_screencast_stop = killall -INT wf-recorder
|
||||||
|
|
||||||
## Volume controls alias-utils
|
## Volume controls alias-utils
|
||||||
repeatable_binding_volume_up = KEY_F3
|
repeatable_binding_volume_up = KEY_F3
|
||||||
command_volume_up = pamixer --allow-boost --increase 5
|
command_volume_up = pactl set-sink-volume 0 +5%
|
||||||
repeatable_binding_volume_down = KEY_F2
|
repeatable_binding_volume_down = KEY_F2
|
||||||
command_volume_down = pamixer --allow-boost --decrease 5
|
command_volume_down = pactl set-sink-volume 0 -5%
|
||||||
binding_mute = KEY_F1
|
binding_mute = KEY_F1
|
||||||
command_mute = pamixer --toggle-mute
|
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
|
||||||
## Screen brightness
|
## Screen brightness
|
||||||
# https://haikarainen.github.io/light/
|
# https://haikarainen.github.io/light/
|
||||||
|
|
1
pkglist
1
pkglist
|
@ -8,7 +8,6 @@ kdeconnect
|
||||||
ly
|
ly
|
||||||
mako
|
mako
|
||||||
nwg-launchers
|
nwg-launchers
|
||||||
pamixer
|
|
||||||
slurp
|
slurp
|
||||||
swaylock
|
swaylock
|
||||||
tilix
|
tilix
|
||||||
|
|
Loading…
Reference in a new issue