Use gnome-terminal for ffx.sh

This commit is contained in:
Sage Vaillancourt 2024-03-07 17:26:49 -05:00
parent 2dd3943b4e
commit d9a74c9503
1 changed files with 1 additions and 1 deletions

View File

@ -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"