diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 18:48:44 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-02-21 18:48:44 -0500 |
| commit | 8fbe271a6b563756dbe5a4e59459e3ed722ee9e9 (patch) | |
| tree | f7766d6cee813f894154e5555abeae12862182b9 /.config/newsboat/config | |
| parent | a504b63dfaa23ac6ba420942f71d859630c03e0e (diff) | |
refactor!: BSPWM & Newsboat configs removed
The config files for BSPWM & Newboat have been removed as they are
unused and no longer needed.
Diffstat (limited to '.config/newsboat/config')
| -rw-r--r-- | .config/newsboat/config | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config deleted file mode 100644 index f654fb3..0000000 --- a/.config/newsboat/config +++ /dev/null @@ -1,47 +0,0 @@ -#show-read-feeds no -auto-reload yes - -bind-key j down -bind-key k up -bind-key j next articlelist -bind-key k prev articlelist -bind-key J next-feed articlelist -bind-key K prev-feed articlelist -bind-key G end -bind-key g home -bind-key d pagedown -bind-key u pageup -bind-key l open -bind-key h quit -bind-key a toggle-article-read -bind-key n next-unread -bind-key N prev-unread -bind-key D pb-download -bind-key U show-urls -bind-key x pb-delete - -color listnormal cyan default -color listfocus black yellow standout bold -color listnormal_unread blue default -color listfocus_unread yellow default bold -color info red black bold -color article white default bold - -highlight all "---.*---" yellow -highlight feedlist ".*(0/0))" black -highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold -highlight article "(^Link:.*|^Date:.*)" default default -highlight article "https?://[^ ]+" green default -highlight article "^(Title):.*$" blue default -highlight article "\\[[0-9][0-9]*\\]" magenta default bold -highlight article "\\[image\\ [0-9]+\\]" green default bold -highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold -highlight article ":.*\\(link\\)$" cyan default -highlight article ":.*\\(image\\)$" blue default -highlight article ":.*\\(embedded flash\\)$" magenta default - -browser linkhandler -macro , open-in-browser -macro y set browser "echo %u >> ~/Videos/youtube/list.txt"; open-in-browser ; set browser linkhandler -macro c set browser "echo %u | xclip -r -sel c" ; open-in-browser ; set browser linkhandler - |
