diff --git a/weather b/weather index 763584c..62c09c2 100755 --- a/weather +++ b/weather @@ -282,7 +282,7 @@ display_forecast() { # can display in a popup tmux display-popup "echo 'Grabbing forecast...'; $FORECAST" else - setsid -f $FORECAST + setsid -f st -e $FORECAST fi exit 0