From 5fb36b7406f484c67d0864e72cb64f8f65dbae2c Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Tue, 14 May 2019 21:01:44 +0300 Subject: [PATCH] newsboat config and urls added --- .newsboat/config | 10 ++++++++++ .newsboat/urls | 13 +++++++++++++ .tmux.conf | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .newsboat/config create mode 100644 .newsboat/urls diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..f3de2be --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,10 @@ +# _ _ +# _ __ _____ _____| |__ ___ __ _| |_ +# | '_ \ / _ \ \ /\ / / __| '_ \ / _ \ / _` | __| +# | | | | __/\ V V /\__ \ |_) | (_) | (_| | |_ +# |_| |_|\___| \_/\_/ |___/_.__/ \___/ \__,_|\__| +# +# ~/.config/newsboat/config +macro m set browser "tsp mpv %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u" +macro l set browser "/usr/bin/google-chrome-stable %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u" + diff --git a/.newsboat/urls b/.newsboat/urls new file mode 100644 index 0000000..e53306f --- /dev/null +++ b/.newsboat/urls @@ -0,0 +1,13 @@ +http://feeds.feedburner.com/itsfoss +http://dwmx.org/rss/ +http://www.reddit.com/r/archlinux/.rss +http://www.reddit.com/r/commandline/.rss +http://www.reddit.com/r/docker/.rss +http://www.reddit.com/r/i3wm/.rss +http://www.reddit.com/r/OPNsenseFirewall/.rss +http://www.reddit.com/r/pihole/.rss +http://www.reddit.com/r/selfhosted/.rss +http://www.reddit.com/r/startpages/.rss +http://www.reddit.com/r/Traefik/.rss +http://www.reddit.com/r/usenet/.rss +http://www.reddit.com/r/unixporn/.rss diff --git a/.tmux.conf b/.tmux.conf index 82a0f92..3d5bb61 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -181,7 +181,7 @@ set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-copycat' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' - +set -g @plugin 'tmux-plugins/tmux-open' ########################################################################## # Plugins settings ##########################################################################