commit c049fef177c4aa72ccad1e26fbd39c664562de42
parent 4a0004f6b1e5881e695c0060da52a2da0c49dec8
Author: regexghost <dev@regexghost.com>
Date: Tue, 16 Jun 2026 16:40:02 +0100
minor updates, reddit-refresh
Diffstat:
5 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,2 +1,3 @@
terminal-scripts/soundboard/go.sum
Colourscheme-Substitution-*
+helpers/colours/newThemes.txt
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
@@ -107,15 +107,8 @@ alias gc='git commit'
alias gitpass='keepassxc-cli show ~/Downloads/passwords.kdbx "GitHub" | grep Notes | cut -d " " -f 2 | xclip -selection clipboard'
-# Get password and push (GitHub)
-function gpp () {
- gitpass
- git push -u origin
- echo " " | xclip -selection clipboard
-}
-
function gpa () {
- gpp
+ git push -u origin
git push -u codeberg
git push -u mine
}
diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc
@@ -8,4 +8,7 @@ xset dpms 0 0 0
# Keyboard settings
~/.local/share/regexghost/wm-scripts/keyboard-settings.sh
+# reddit rss
+~/.config/newsraft/reddit-refresh.sh &
+
#### Start Substitute - xinit script
diff --git a/dotfiles/Power_Management-Substitution-jwm-.bashrc b/dotfiles/Power_Management-Substitution-jwm-.bashrc
@@ -4,6 +4,8 @@ shutdown () {
read -p "Shutdown? (y/N) " yesOrNoShutdown
if [[ "$yesOrNoShutdown" == "y" ]]; then
mocp -M "$XDG_CONFIG_HOME/moc" --stop
+ rm -rf "$XDG_CACHE_HOME/reddit-rss"
+ cp /tmp/reddit-rss "$XDG_CACHE_HOME/reddit-rss"
/usr/sbin/shutdown -h 0
fi
}
diff --git a/lists/dotfiles b/lists/dotfiles
@@ -34,3 +34,4 @@
~/.config/newsraft/bbc-news.sh
~/.config/newsraft/reddit-gallery.sh
~/.config/newsraft/article.sh
+~/.config/newsraft/reddit-refresh.sh