aboutsummaryrefslogtreecommitdiff
path: root/bin/xgo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xgo.sh')
-rw-r--r--bin/xgo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xgo.sh b/bin/xgo.sh
index 6d6586ef..35c2485f 100644
--- a/bin/xgo.sh
+++ b/bin/xgo.sh
@@ -74,7 +74,7 @@ for url do (
# Open plain text in a terminal view(1)
(text/plain)
# shellcheck disable=SC2016
- exec urxvt -e sh -c 'curl -- "$1" | view -' _ "$url"
+ exec x-terminal-emulator -e sh -c 'curl -- "$1" | view -' _ "$url"
;;
# Otherwise, just pass it to br(1df)