autostart 223 B

1234567891011
  1. #!/bin/sh
  2. # add your autostart stuffs here
  3. picom &
  4. xrdb merge ~/Public/xresources/forest/.Xresources &
  5. feh --bg-tile ~/Pictures/wall/gruv.png &
  6. # run bar script and dwm ( do not remove this )
  7. ~/.dwm/bar/./bar.sh &
  8. dwm