add spotify

This commit is contained in:
zerf58 2024-04-22 20:26:19 -07:00
parent 55058327b8
commit be17289d71

View file

@ -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()"