add spotify
This commit is contained in:
parent
55058327b8
commit
be17289d71
1 changed files with 12 additions and 0 deletions
12
buttons.sh
12
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()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue