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