add freetube

This commit is contained in:
zerf58 2025-06-18 10:10:22 -07:00
parent c467b52cfe
commit 1ad241d6e1
2 changed files with 31 additions and 0 deletions

View file

@ -4,6 +4,7 @@
firefox_youtube(){
# fullscreen
split_up(){
sleep .2
xdotool key f
}
search(){
@ -11,6 +12,7 @@ firefox_youtube(){
search
}
play(){
sleep .2
xdotool key k
}
# kiosk

29
apps/freetube.sh Normal file
View 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"
}