create_xinitrc.sh 229 B

1234567
  1. #!/bin/bash
  2. cd ~/
  3. cp ~/.xinitrc ~/xinitrc
  4. echo "exec feh --bg-fill ~/Wallpaper/dwm-black-white.png & exec slstatus & exec xautolock -time 3 -locker slock & exec picom & exec dwm" >> .xinitrc
  5. clear
  6. echo Now logout and type startx