summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/linkview2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview
index 1f85de5..0653b27 100755
--- a/.local/bin/linkview
+++ b/.local/bin/linkview
@@ -225,7 +225,7 @@ sub open_link
elsif ($a eq "w3m") {
exec(TERMINAL_PATH, '-e', W3M_PATH, $url);
}
- elsif ($a eq "iridium") {
+ elsif ($a eq "firefox") {
$pid = fork();
if (not $pid) {
setsid();