Where the hell did this go??

This commit is contained in:
swagg boi 2025-03-26 20:44:59 -04:00
parent 7c76472584
commit 027dbea4ff

View File

@ -12,3 +12,8 @@ fi
if command -v redshift > /dev/null 2>&1; then if command -v redshift > /dev/null 2>&1; then
redshift & redshift &
fi fi
# Screensaver
if command -v xscreensaver > /dev/null 2>&1; then
xscreensaver &
fi