Share Pastebin
Guest
Public paste!

user

By: a guest | Dec 24th, 2009 | Syntax: None | Size: 0.30 KB | Hits: 156 | Expires: Never
Copy text to clipboard
  1. ~/.xchat2 $ grep sound_c xchat.conf        
  2. sound_command = /home/user/.xchat2/notify.sh
  3. ~/.xchat2 $ cat notify.sh
  4. #!/bin/sh
  5. play-sound $1
  6. dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_vibrator_pattern_activate string:PatternChatAndEmail
  7. ~/.xchat2 $