From 027dbea4ff37fb2b1f5a6dea6c56065dce2d99ee Mon Sep 17 00:00:00 2001 From: swaggboi Date: Wed, 26 Mar 2025 20:44:59 -0400 Subject: [PATCH] Where the hell did this go?? --- my_home/.config/openbox/autostart | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/my_home/.config/openbox/autostart b/my_home/.config/openbox/autostart index 5428588..beed0a3 100644 --- a/my_home/.config/openbox/autostart +++ b/my_home/.config/openbox/autostart @@ -12,3 +12,8 @@ fi if command -v redshift > /dev/null 2>&1; then redshift & fi + +# Screensaver +if command -v xscreensaver > /dev/null 2>&1; then + xscreensaver & +fi