autostart 290 B

12345678910111213
  1. #!/bin/sh
  2. # this is just an example!
  3. # add your autostart stuffs here
  4. xbacklight -set 5 &
  5. xmodmap ~/.xmodmap-sid &
  6. picom &
  7. xrdb merge ~/.Xresources &
  8. feh --bg-fill ~/Pictures/wall/gruvchad.png &
  9. # run bar script and dwm ( do not remove this )
  10. bash ~/.config/chadwm/scripts/./bar.sh &
  11. dwm