Change for BT headphones to not require double tap

This commit is contained in:
Ryan Schanzenbacher 2023-08-03 22:58:56 -04:00
parent 0e9390631b
commit 193d559a19
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -127,6 +127,7 @@ bind = ,XF86AudioRaiseVolume, exec, pamixer -i 5
bind = ,XF86AudioLowerVolume, exec, pamixer -d 5
bind = ,XF86AudioMute, exec, pamixer -t
bind = ,XF86AudioPlay, exec, playerctl play-pause
bind = ,XF86AudioPause, exec, playerctl play-pause
bind = ,XF86AudioNext, exec, playerctl next
bind = ,XF86AudioPrev, exec, playerctl previous
bind = ,XF86AudioStop, exec, playerctl stop