Fix mute toggle and previous control on desktop with new G915KB
parent
73d5c2e7a2
commit
f76fb1bdf0
|
@ -16,9 +16,9 @@ workspace 9 output DVI-I-1
|
||||||
# ALSA key binding (media keys do not even have keycode...)
|
# 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 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 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 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
|
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||||
|
|
||||||
##################################
|
##################################
|
||||||
|
|
Loading…
Reference in New Issue