diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-01-04 18:37:40 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-01-04 18:37:40 -0500 |
| commit | 6e11f434d71a49a6f3dd42d1471eaf7b46003717 (patch) | |
| tree | 74cbff4ee50f947901b7afd7c38ff04c1dc61e66 /.config | |
| parent | b9e00afded90f03ac18f75aa7dfc8e7f3e146348 (diff) | |
updating scripts
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 |
