Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. sudo apt-get install xdotool
  2.  
  3. python3 /path/to/manage_notifications.py
  4.  
  5. notify send 'This is a test'
  6.  
  7. /bin/bash -c "sleep 15 && python3 /path/to/manage_notifications.py"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement