select profile on youtube with back/up/forward

This commit is contained in:
zerf58 2024-05-27 17:22:40 -07:00
parent d0724df587
commit 39f5f36c3f

View file

@ -83,6 +83,15 @@ firefox_youtube(){
split_right(){ split_right(){
xdotool_helper "key F11" xdotool_helper "key F11"
} }
move_up(){
ff_home 'ext+container:name=shared&url=https://youtube.com'
}
back(){
ff_home 'ext+container:name=hh&url=https://youtube.com'
}
forward(){
ff_home 'ext+container:name=fr&url=https://youtube.com'
}
} }
firefox_pbs(){ firefox_pbs(){
@ -188,10 +197,10 @@ Spotify(){
} }
} }
firefox(){ #firefox(){
echo "return and run all()" # echo "return and run all()"
} #}
discord(){ discord(){
@ -215,7 +224,8 @@ other(){
firefox_init(){ firefox_init(){
ff_home(){ ff_home(){
xdg-open $1 #xdg-open $1
firefox $1
sleep .1 sleep .1
xdotool_helper "key ctrl+shift+Tab" xdotool_helper "key ctrl+shift+Tab"
sleep .1 sleep .1