Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # daemons
  4. mpd &
  5.  
  6. # prepare X11
  7. xrdb ~/.Xresources
  8. wal -R
  9. compton &
  10.  
  11. # start WM
  12. exec i3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement