I’m fairly new to linux so I’m not really sure what I’m doing, but effectively, i want swww to run on startup. I followed another post but when i went to run my scrip, it just gives me os error 104 and 111. this is what i currentlly have for my script:
#!/bin/env bash
swww init
swww img ~/Pictures/water.gif
if i run the commands in the terminal they work just fine so i have no idea what I’m doing wrong