From 0f90ebe6f7327d9d3cd80d8c8093752493d10cf2 Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 18 Sep 2021 23:21:28 -0700 Subject: newsboat, mpvsel, refactor --- .config/newsboat/config | 12 ++++++++++++ .config/newsboat/urls | 1 + .config/sxhkd/sxhkdrc | 6 +++--- 3 files changed, 16 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/newsboat/config b/.config/newsboat/config index a6c1d522..ed487462 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,5 +1,16 @@ auto-reload yes +bind-key h quit +bind-key j down +bind-key k up +bind-key l open +bind-key g home +bind-key G end +bind-key ^F pagedown +bind-key ^B pageup + +macro y set browser "echo %u | xsel -ib; mpvsel"; open-in-browser-noninteractively; set browser "$BROWSER" + # https://newsboat.org/releases/2.24/docs/newsboat.html#_killfiles # https://newsboat.org/releases/2.24/docs/newsboat.html#_filter_language @@ -12,3 +23,4 @@ ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&project=0" "t ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=edit&project=0" "title !~ \"FS#(47508|71501|71453|70113|69492)|wildmidi|aur.*(rss|feed)|(rss|feed).*aur\"" ignore-article "https://bugs.archlinux.org/feed.php?feed_type=rss2&topic=clo&project=0" "title !~ \"FS#(47508|71501|71453|70113|69492)|wildmidi|aur.*(rss|feed)|(rss|feed).*aur\"" +# vim: ft=sh diff --git a/.config/newsboat/urls b/.config/newsboat/urls index 23a67881..b6d23734 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -23,4 +23,5 @@ http://keygenmusic.net/rss.php recreation https://www.youtube.com/feeds/videos.xml?channel_id=UCz4iS6GAEXoFB1gJEmQFcvw recreation https://www.youtube.com/feeds/videos.xml?channel_id=UCccannnI4dtZNufDdO0wXRQ recreation https://www.youtube.com/feeds/videos.xml?channel_id=UCrSDd0eAroiLGZ2DGkwOTCA recreation +https://www.youtube.com/feeds/videos.xml?channel_id=UCD6VugMZKRhSyzWEWA9W2fg recreation diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 0acbaa26..7079593b 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -1,5 +1,3 @@ -# vim: ft=sh - alt + Print ffmpeg -f x11grab -i "$DISPLAY" -vframes 1 "$XDG_PICTURES_DIR/screenshots/$(time.uuid)".png @@ -15,7 +13,7 @@ alt + XF86AudioMute kill -RTMIN "$(cat ~/.cache/pidofbar)" alt + y - mpvsel || notify-send "mpvsel failed" + mpvsel alt + w firefox @@ -28,3 +26,5 @@ XF86Audio{Prev,Play,Next} @Caps_Lock kill -RTMIN+3 "$(cat ~/.cache/pidofbar)" + +# vim: ft=sh -- cgit v1.2.3-70-g09d2