diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/newsboat/urls | 1 | ||||
| -rwxr-xr-x | .config/xinitrc | 2 |
2 files changed, 2 insertions, 1 deletions
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 |
