commit 7b96cf8f1b8191cd9ca6e44fc9743312ff4a4532
parent dfab9a7de6330bcad39bdffe9ec645b7baeb3121
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Mon, 19 Jan 2009 23:41:14 -0800
update firefox & deluge handling
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/wmiirc-config.rb b/wmiirc-config.rb
@@ -63,7 +63,9 @@ EOF
# Tagging Rules
fs.tagrules.write <<EOF
+/Gran Paradiso - Restore Previous Session/ -> web
/.*notes.*/ -> note
+/Deluge/ -> tor
/Buddy List.*/ -> chat
/XChat.*/ -> chat
/Thunderbird.*/ -> mail
@@ -176,7 +178,7 @@ EOF
action :clear do
# firefox's restore session feature doesn't
# work unless the whole process is killed.
- system 'killall firefox-bin'
+ system 'killall firefox firefox-bin thunderbird thunderbird-bin deluge'
# gnome-panel refuses to die by other means
system 'killall -s TERM gnome-panel'