commit 52bcbe982a4990c6883b22e94a494791d1808771
parent 25cb015876950ecfde8d5830933fbb438598d9bf
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 27 Feb 2019 09:38:58 +0100
Use surf default firejail and bookmark autopilot
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/links/.config/newsboat/config b/links/.config/newsboat/config
@@ -29,6 +29,7 @@ unbind-key end
max-items 1000
history-limit 0 # do not store search queries
bookmark-cmd "~/bin/bookmark"
+bookmark-autopilot yes
show-read-feeds no # toggle view with 'l'
auto-reload yes
reload-threads 6
diff --git a/links/bin/surf-open.sh b/links/bin/surf-open.sh
@@ -5,7 +5,7 @@
#prefix=""
#prefix="torsocks"
-prefix="firejail --profile=/etc/firejail/firefox.profile"
+prefix="firejail"
xidfile="/tmp/tabbed-surf-$(whoami).xid"
uri=""