fixed play/pause key

This commit is contained in:
2019-09-21 00:30:29 +02:00
parent 7d0aff26c4
commit 9dc7f70596
2 changed files with 2 additions and 101 deletions

View File

@@ -129,7 +129,7 @@ set $ws10 "10"
# Define monitor outputs
set $internal eDP1
set $external_1 DP2-3
set $external_1 DP2-2
set $external_tv DP2-1
# switch to workspace
@@ -257,7 +257,7 @@ bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightne
bindsym XF86Tools exec $HOME/scripts/toggleTouchpad.sh # toggle touchpad
# Media player controls
bindsym XF86AudioPlay exec playerctl play
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioPause exec playerctl pause
bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous