autostart 305 B

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