diff --git a/buttons.sh b/buttons.sh index 0070eef..11814ed 100755 --- a/buttons.sh +++ b/buttons.sh @@ -167,6 +167,18 @@ Xfdesktop(){ } } +Spotify(){ + play(){ + xdotool_helper "key space" + } + forward(){ + xdotool_helper "key XF86AudioNext" + } + back(){ + xdotool_helper "key XF86AudioPrev" + } +} + firefox(){ echo "return and run all()"