From 6e11f434d71a49a6f3dd42d1471eaf7b46003717 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 4 Jan 2023 18:37:40 -0500 Subject: updating scripts --- .config/newsboat/urls | 1 + .config/xinitrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/newsboat/urls b/.config/newsboat/urls index ac37640..bb50b94 100644 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -9,3 +9,4 @@ https://lukesmith.xyz/lindy.xml "Lindy Press" https://drewdevault.com/blog/index.xml "Drew DeVault" https://www.youtube.com/feeds/videos.xml?channel_id=FEwhat_to_watch "Rex Krueger" https://www.youtube.com/feeds/videos.xml?channel_id=FEwhat_to_watch "Rex Krueger" +https://jacobmcdonnell.com/articles/rss.xml diff --git a/.config/xinitrc b/.config/xinitrc index 451b5dd..4eef6ce 100755 --- a/.config/xinitrc +++ b/.config/xinitrc @@ -1,8 +1,8 @@ #!/bin/sh exec $HOME/.local/bin/setWall $HOME/Documents/Pictures/Wallpapers/ & exec /usr/bin/picom & -[ $wm == "/usr/local/bin/dwm" ] && exec /usr/local/bin/dwmblocks & exec /usr/bin/mpd /home/jmm/.config/mpd/mpd.conf & exec $HOME/.local/bin/keys & exec /usr/bin/pipewire & +[ $wm == "/usr/local/bin/dwm" ] && exec /usr/local/bin/dwmblocks & exec $wm -- cgit v1.2.3