adi1090x / dynamic-wallpaper

A simple bash script to set wallpapers according to current time, using cron job scheduler.
GNU General Public License v3.0
1.9k stars 114 forks source link

XFCE4 - start on boot #22

Closed ttambow closed 4 years ago

ttambow commented 4 years ago

Tried all sorts of nonsense re WM autostart (.xinitrc, crontab - yes saw the other suggestion re the env variables).

This is what worked for me:

> pwd ; more dwall.desktop
/usr/home/tblakel/.config/autostart
[Desktop Entry]
Hidden=false
Exec=/usr/bin/dwall -s forest &
Name=DWall Autostart
Comment=https://github.com/adi1090x/dynamic-wallpaper

I know this works in Arch, and FreeBSD, might be helpful for others to see.

adi1090x commented 4 years ago

Thanks, I'll add it to readme.