Guest User

Untitled

a guest
Apr 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. awful.util.spawn("scrot -s")
  2. awful.util.spawn("urxvt -e "scrot -s"")
  3. os.execute("scrot -s")
  4.  
  5. awful.util.spawn_with_shell("sleep 0.5 && scrot -s")
  6.  
  7. scrot -s '%Y-%m-%d_$wx$h_scrot.png' -e 'mv $f /home/sam/Pictures/Screenshots'
  8.  
  9. screenshot = "/home/sam/run/screenshot.sh"
Add Comment
Please, Sign In to add comment