add freetube
This commit is contained in:
parent
c467b52cfe
commit
1ad241d6e1
2 changed files with 31 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
firefox_youtube(){
|
firefox_youtube(){
|
||||||
# fullscreen
|
# fullscreen
|
||||||
split_up(){
|
split_up(){
|
||||||
|
sleep .2
|
||||||
xdotool key f
|
xdotool key f
|
||||||
}
|
}
|
||||||
search(){
|
search(){
|
||||||
|
@ -11,6 +12,7 @@ firefox_youtube(){
|
||||||
search
|
search
|
||||||
}
|
}
|
||||||
play(){
|
play(){
|
||||||
|
sleep .2
|
||||||
xdotool key k
|
xdotool key k
|
||||||
}
|
}
|
||||||
# kiosk
|
# kiosk
|
||||||
|
|
29
apps/freetube.sh
Normal file
29
apps/freetube.sh
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# fullscreen
|
||||||
|
split_up(){
|
||||||
|
sleep .2
|
||||||
|
xdotool key f
|
||||||
|
}
|
||||||
|
search(){
|
||||||
|
sleep .2
|
||||||
|
xdotool key alt+d
|
||||||
|
sleep .1
|
||||||
|
xdotool key BackSpace
|
||||||
|
}
|
||||||
|
play(){
|
||||||
|
sleep .2
|
||||||
|
xdotool key k
|
||||||
|
}
|
||||||
|
|
||||||
|
# TOD) setup profiles
|
||||||
|
# go to yt.com in shared container
|
||||||
|
desktop(){
|
||||||
|
echo "placeholder"
|
||||||
|
}
|
||||||
|
# open hh container
|
||||||
|
back(){
|
||||||
|
echo "placeholder"
|
||||||
|
}
|
||||||
|
# open fr container
|
||||||
|
forward(){
|
||||||
|
echo "placeholder"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue