summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/linkview6
-rw-r--r--.ssh/config4
2 files changed, 6 insertions, 4 deletions
diff --git a/.local/bin/linkview b/.local/bin/linkview
index 515bb85..7024ade 100755
--- a/.local/bin/linkview
+++ b/.local/bin/linkview
@@ -19,7 +19,7 @@ use constant {
IMGVIEW_PATH => '/usr/local/bin/nsxiv',
ZATHURA_PATH => '/usr/local/bin/zathura',
W3M_PATH => '/usr/local/bin/w3m',
- BROWSER_PATH => '/usr/local/bin/firefox',
+ BROWSER_PATH => '/usr/local/bin/iridium',
NOTIFYSEND_PATH => '/usr/local/bin/notify-send'
};
use constant PROG_LIST => "" .
@@ -31,7 +31,7 @@ use constant PROG_LIST => "" .
"nsxiv" . "\n" .
"zathura" . "\n" .
"w3m" . "\n" .
-"firefox" . "\n";
+"browser" . "\n";
use constant QUAL_LIST => "" .
"1440" . "\n" .
"1080" . "\n" .
@@ -332,7 +332,7 @@ sub open_link
elsif ($a eq "w3m") {
exec(TERMINAL_PATH, '-e', W3M_PATH, $url);
}
- elsif ($a eq "firefox") {
+ elsif ($a eq "browser") {
$pid = fork();
if (not $pid) {
setsid();
diff --git a/.ssh/config b/.ssh/config
index 45cb5c6..18b345e 100644
--- a/.ssh/config
+++ b/.ssh/config
@@ -1,7 +1,9 @@
-Host * !gentoo-pc !tv-exploit
+Host * !gentoo-pc !tv-exploit !fbsd-pi
User root
Host gentoo-pc
User jozan
+Host fbsd-pi
+ User jozan
Host tv-exploit
User tv
Host joe