Guest User

Untitled

a guest
May 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function next_moc()
  2. awful.util.spawn("mocp -f") --good
  3. end
  4.  
  5. function prev_moc()
  6. io.popen("mocp -r") --bad
  7.  
  8. end
Add Comment
Please, Sign In to add comment