From a2ac54ab647cbf4dbc999128e8abc1a5850c49a0 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 11:43:52 +0200 Subject: use symlink for synced urls instead --- config/common/newsboat/urls | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 config/common/newsboat/urls (limited to 'config/common') diff --git a/config/common/newsboat/urls b/config/common/newsboat/urls deleted file mode 100644 index 4945a44..0000000 --- a/config/common/newsboat/urls +++ /dev/null @@ -1,41 +0,0 @@ -"---BLOGS---" -https://arthurmelton.com/blogs.rss -"---NEWS---" -https://rss.rtbf.be/article/rss/highlight_rtbf_info.xml?source=internal -"---LINUX---" -https://www.linuxjournal.com/node/feed -https://hackaday.com/blog/feed/ -https://thisweek.gnome.org/index.xml -https://itsfoss.com/rss -https://archlinux.org/feeds/news/ -https://www.hln.be/home/rss.xml -https://suckless.org/atom.xml -"---VIDEOS---" -https://www.youtube.com/feeds/videos.xml?channel_id=UCngn7SVujlvskHRvRKc1cTw # Bugswrite -https://www.youtube.com/feeds/videos.xml?channel_id=UCVls1GmFKf6WlTraIb_IaJg # Distrotube -https://www.youtube.com/feeds/videos.xml?channel_id=UCsBjURrPoezykLs9EqgamOA # Fireship -https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA # Luke Smith -https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA # Mental Outlaw -https://www.youtube.com/feeds/videos.xml?channel_id=UC5UAwBUum7CPN5buc-_N1Fw # The Linux Experiment -https://www.youtube.com/feeds/videos.xml?channel_id=UCbTp1BYjpuhDRG5OmgIT8iw # James Tomsaino -https://www.youtube.com/feeds/videos.xml?channel_id=UC_ML5xP23TOWKUcc-oAE_Eg # Hussein Nasser -https://www.youtube.com/feeds/videos.xml?channel_id=UCd3dNckv1Za2coSaHGHl5aA # TJ De vries -https://www.youtube.com/feeds/videos.xml?channel_id=UCaSCt8s_4nfkRglWCvNSDrg # Code Aesthetic -https://www.youtube.com/feeds/videos.xml?channel_id=UCld68syR8Wi-GY_n4CaoJGA # Brodie Robertson -http://vimcasts.org/feeds/ogg.rss -"---REDDIT---" -https://www.reddit.com/r/linux.rss -https://www.reddit.com/r/danklinuxusers.rss -# Missing github feed -"---MUSIC---" -https://mastodonmusic.social/@djomnimaga.rss -"---REPOS---" -https://code.cronyakatsuki.xyz/crony/UpFast.atom -https://github.com/vim/vim/releases.atom -https://github.com/neovim/neovim/releases.atom -https://github.com/yt-dlp/yt-dlp/releases.atom -https://github.com/hrsh7th/nvim-cmp/releases.atom -https://github.com/L3MON4D3/LuaSnip/releases.atom -https://github.com/alacritty/alacritty/releases.atom -https://github.com/umlaeute/v4l2loopback/releases.atom -https://github.com/MultiMC/Launcher/releases.atom -- cgit v1.2.3 From 218ac8e659171a289323d1d7db720d2e55926ed9 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 10 Apr 2023 14:57:18 +0200 Subject: start btop in tree --- config/common/btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/common') diff --git a/config/common/btop/btop.conf b/config/common/btop/btop.conf index 225d657..81ab72c 100644 --- a/config/common/btop/btop.conf +++ b/config/common/btop/btop.conf @@ -60,7 +60,7 @@ proc_sorting = "memory" proc_reversed = False #* Show processes as a tree. -proc_tree = False +proc_tree = True #* Use the cpu graph colors in the process list. proc_colors = True -- cgit v1.2.3