Fix mute toggle and previous control on desktop with new G915KB

master
Quentin Duchemin 2022-07-13 14:03:00 +02:00
parent 73d5c2e7a2
commit f76fb1bdf0
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ workspace 9 output DVI-I-1
# ALSA key binding (media keys do not even have keycode...)
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 2%+
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D hw:PCH -M sset Master 2%-
bindsym KP_Multiply exec --no-startup-id amixer set 'Master' toggle
bindsym XF86AudioMute exec --no-startup-id amixer -D hw:PCH -M sset Master toggle
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
bindsym XF86AudioPrev exec --no-startup-ip playerctl prev
bindsym XF86AudioPrev exec --no-startup-ip playerctl previous
bindsym XF86AudioNext exec --no-startup-id playerctl next
##################################