PJ/apps/spotify.sh

15 lines
164 B
Bash
Raw Permalink Normal View History

2025-06-13 16:09:14 -07:00
spotify(){
play(){
sleep .2
xdotool key space
}
forward(){
sleep .2
xdotool key XF86AudioNext
}
back(){
sleep .2
xdotool key XF86AudioPrev
}
}