refactor
This commit is contained in:
parent
a31e08bd5f
commit
388924ed6e
16 changed files with 951 additions and 294 deletions
14
apps/spotify.sh
Normal file
14
apps/spotify.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
spotify(){
|
||||
play(){
|
||||
sleep .2
|
||||
xdotool key space
|
||||
}
|
||||
forward(){
|
||||
sleep .2
|
||||
xdotool key XF86AudioNext
|
||||
}
|
||||
back(){
|
||||
sleep .2
|
||||
xdotool key XF86AudioPrev
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue