autostart 340 B

12345678910111213
  1. !/bin/sh
  2. # this is just an example!
  3. # add your autostart stuffs here
  4. xrandr --output DP1 --auto --right-of LVDS1 &
  5. xbacklight -set 100 &
  6. xmodmap ~/.Xmodmap
  7. #xrdb merge ~/.Xresources &
  8. feh --bg-fill ~/Pictures/wall/wall.png &
  9. xset r rate 200 50 &
  10. # run bar script and dwm ( do not remove this )
  11. bash ~/.config/chadwm/scripts/./bar.sh &
  12. dwm