diff --git a/buttons.sh b/buttons.sh index abf3dd7..e31ccb6 100755 --- a/buttons.sh +++ b/buttons.sh @@ -83,6 +83,15 @@ firefox_youtube(){ split_right(){ 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(){ @@ -188,10 +197,10 @@ Spotify(){ } } -firefox(){ +#firefox(){ - echo "return and run all()" -} +# echo "return and run all()" +#} discord(){ @@ -215,7 +224,8 @@ other(){ firefox_init(){ ff_home(){ - xdg-open $1 + #xdg-open $1 + firefox $1 sleep .1 xdotool_helper "key ctrl+shift+Tab" sleep .1