Closed ghost closed 4 years ago
hi Dylan it may not be important but I have had the need to auto run applications when starting sowm, I leave the code snippet if it works for someone else, or if you can add it to README.md
#!/bin/sh
# add to ~/.xinitrc
while : ; do
if ps -A | grep -iq sowm; then
# add the programs to auto-execute in the script
sh ~/autostart.sh
break
fi
done &
exec sowm
Hello, how do I install the wallpaper cycler "bud" or where can I download and install it ?, apparently in my gnu/linux distribution (arch linux) it doesn't work, regards!