From d9a74c95034a13406b0f415c079c159cc636c2d1 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Thu, 7 Mar 2024 17:26:49 -0500 Subject: [PATCH] Use gnome-terminal for ffx.sh --- fake_home/.bin/ffx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"