Add autostart

This commit is contained in:
swagg boi 2025-03-25 18:18:42 -04:00
parent 57e5e40ea0
commit bb00c33ac2
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Wallpaper
if [ -f $HOME/Pictures/greenfluorescence2k151_single_1920x1080.jpg ]; then
feh --bg-scale $HOME/Pictures/greenfluorescence2k151_single_1920x1080.jpg &
fi
# Compositor
if command -v picom > /dev/null 2>&1; then
picom &
fi
# Night mode
if command -v redshift > /dev/null 2>&1; then
redshift &
fi
# Desktop switcher
if command -v obpager > /dev/null 2>&1; then
obpager &
fi

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB