diff --git a/fake_home/.bin/ffx.sh b/fake_home/.bin/ffx.sh index 85977fd..f651463 100755 --- a/fake_home/.bin/ffx.sh +++ b/fake_home/.bin/ffx.sh @@ -1,7 +1,7 @@ #!/bin/bash kill $(pgrep firefox) -xfce4-terminal -e "$HOME/.bin/update-firefox.sh" +gnome-terminal -e "$HOME/.bin/update-firefox.sh" MOZ_ENABLE_WAYLAND=1 setsid $HOME/.bin/firefox-developer-edition/firefox-bin test -f "$HOME/.aws.exp" && bash -c "sleep 10; $HOME/.aws.exp" &> "$HOME/.aws.exp.log"