From 018e7eb2c55290eb99623134eaa282773e220041 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 21 Aug 2025 11:50:59 +0200 Subject: up --- .config/newsboat/config | 2 +- .local/bin/linkview | 2 +- .local/state/w3m/history | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/newsboat/config b/.config/newsboat/config index 5b701b5..aa73475 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,7 +1,7 @@ #how-read-feeds no auto-reload yes refresh-on-startup yes -reload-time 60 +reload-time 30 confirm-mark-all-feeds-read yes confirm-mark-feed-read no reload-threads 100 diff --git a/.local/bin/linkview b/.local/bin/linkview index 349d5c8..67c227d 100755 --- a/.local/bin/linkview +++ b/.local/bin/linkview @@ -81,7 +81,7 @@ sub open_link 'playing media', ' playing ' . $article_name . '' ); - if (system(MPV_PATH, $url) != 0) { + if (system(TERMINAL_PATH, "-e", MPV_PATH, $url) != 0) { exec( NOTIFYSEND_PATH, '-u', 'critical', diff --git a/.local/state/w3m/history b/.local/state/w3m/history index d59a3a0..842aa12 100644 --- a/.local/state/w3m/history +++ b/.local/state/w3m/history @@ -6,5 +6,5 @@ https://atlas.nuabee.fr/ file:///tmp/tmpmail/tmpmail.html file:///home/r_bousset/nuabee.fr https://nuabee.fr/ -https://lite.duckduckgo.com/lite/ https://jozan.org/ +https://lite.duckduckgo.com/lite/ -- cgit v1.2.3