newsboat config and urls added
This commit is contained in:
parent
2bc2be1193
commit
5fb36b7406
|
|
@ -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"
|
||||||
|
|
||||||
|
|
@ -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
|
||||||
|
|
@ -181,7 +181,7 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
||||||
set -g @plugin 'tmux-plugins/tmux-copycat'
|
set -g @plugin 'tmux-plugins/tmux-copycat'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-open'
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Plugins settings
|
# Plugins settings
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue