Manage PulseAudio !

This commit is contained in:
gardouille 2020-12-21 17:18:51 +01:00
parent 9287f4573d
commit fe8b7d23d6
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 3 additions and 3 deletions

View File

@ -202,9 +202,9 @@ hc keybind $Mod-w spawn rofi-task.sh # Taskwarrior la
hc keybind $Mod-agrave spawn ~/bin/rofi-pass # Password manager
# sound
hc keybind XF86AudioRaiseVolume spawn amixer -q -c 0 set Master 2+ unmute
hc keybind XF86AudioLowerVolume spawn amixer -q -c 0 set Master 2- unmute
hc keybind XF86AudioMute spawn amixer -q set Master toggle
hc keybind XF86AudioRaiseVolume spawn pulsemixer --change-volume +5
hc keybind XF86AudioLowerVolume spawn pulsemixer --change-volume -5
hc keybind XF86AudioMute spawn pulsemixer --toggle-mute
# brightness
hc keybind XF86MonBrightnessUp spawn light -A 10