Guest User

Untitled

a guest
Jan 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. pgrep $@ > /dev/null || ($@ &)
  4.  
  5. -- auto start programs
  6. awful.util.spawn("awesome_run_once wicd-client")
  7. awful.util.spawn("awesome_run_once redshift")
  8. awful.util.spawn("awesome_run_once nextcloud")
Add Comment
Please, Sign In to add comment