diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-28 14:11:59 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-28 14:11:59 +0900 |
| commit | ce01e9554fd5f2b28fab5cf8fd86d8a1b3655547 (patch) | |
| tree | 5e63bab36a866daa878b9d04d5e0641730646f42 | |
| parent | eb6822fa5d7fe38ea0a3e26ff1034bd1f08bc19f (diff) | |
modified newsboat/urls, modified tmux/tmux.conf
| -rw-r--r-- | ar/.config/newsboat/urls | 13 | ||||
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 1 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ar/.config/newsboat/urls b/ar/.config/newsboat/urls index f05c2d7..167f7f1 100644 --- a/ar/.config/newsboat/urls +++ b/ar/.config/newsboat/urls @@ -2,7 +2,7 @@ "query:0-3 Days:unread = \"yes\" and age between 0:3" "Query" "query:Unread:unread = \"yes\" and age >=8" "Query" # "query:Read:unread = \"no\"" "Query" -# "query:Flagged:flags != \"\"" "Query" +"query:Flagged:flags != \"\"" "Query" "query:Media:enclosure_url != \"\" and enclosure_type =~ \"^(audio|video)/\"" "Query" "query:Content:content != \"\"" "Query" "query:No Content:content = \"\"" "Query" @@ -12,11 +12,12 @@ https://github.com/TheSiahxyz/.dotfiles/commits/master.atom "~TheSiahxyz dotfi https://github.com/TheSiahxyz/suckless/commits/master.atom "~TheSiahxyz suckless" Git " " "--- News ---" -http://rss.cnn.com/rss/edition_us.rss "~US" News -http://rss.cnn.com/rss/edition_world.rss "~World" News -https://feeds.bbci.co.uk/news/technology/rss.xml "~AI" AI News -https://www.archlinux.org/feeds/news/ "~Arch" Distro Linux Tech -https://artixlinux.org/feed.php "~Artix" Distro Linux Tech +http://rss.cnn.com/rss/edition_us.rss "~US" News +http://rss.cnn.com/rss/edition_world.rss "~World" News +https://feeds.bbci.co.uk/news/technology/rss.xml "~AI" AI News +https://www.koreaherald.com/rss/kh_Business "~Korean Business" Business News +https://www.archlinux.org/feeds/news/ "~Arch" Distro Linux Tech +https://artixlinux.org/feed.php "~Artix" Distro Linux Tech " " "--- Blog ---" https://lukesmith.xyz/rss.xml "~Luke Smith" Blog diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index ef28499..7480ea7 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -203,6 +203,7 @@ set -g @resurrect-restore 'C-r' set -g @resurrect-strategy-vim 'session' set -g @resurrect-strategy-nvim 'session' set -g @resurrect-capture-pane-contents 'on' +set -g @resurrect-processes 'neomutt newsboat psql mysql sqlite3 ssh' # tmux-fzf TMUX_FZF_LAUNCH_KEY="F" |
