From 39f5f36c3f165acd08abe9b57e615a8726b9e31a Mon Sep 17 00:00:00 2001 From: zerf58 Date: Mon, 27 May 2024 17:22:40 -0700 Subject: [PATCH] select profile on youtube with back/up/forward --- buttons.sh | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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