dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f0a735632c85e8815c10194d449a5808f30b264a
parent 591b22d9a3e8f7693656ebfec045dbf973ef7302
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 14 Apr 2019 12:20:28 +0200

Newsboat open in background browser


Former-commit-id: 716f9919ce538a4b59792e2767b171c775543b11
Diffstat:
Mnewsboat/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newsboat/config b/newsboat/config @@ -37,7 +37,7 @@ color listfocus_unread yellow default bold color info magenta black bold color article cyan default -browser "open '%u'" +browser "open -g '%u'" macro , open-in-browser macro i set browser "i(){ youtube-dl --get-title --get-duration --get-description $1 | less;};i"; open-in-browser ; set browser "open '%u'" macro v set browser "nohup mpv --volume=50 &>/dev/null"; open-in-browser ; set browser "open '%u'"