commit 8257da8cfb0c808639412f5a8261c8383377ffeb
parent b6278b35da14ac2508273579c04b8617e51eaf64
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Wed, 29 Apr 2009 00:04:47 -0700
add Thunar to list of clients to force onto current view
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.rb b/config.rb
@@ -153,7 +153,7 @@ EOF
case c.props.read
when /(Firefox|Gran Paradiso) - Restore Previous Session/
c.tags = 'web'
- when /:(Firefox|Gran Paradiso|jEdit|Epiphany)/i
+ when /:(Firefox|Gran Paradiso|jEdit|Epiphany|Thunar)/i
c.tags = curr_tag
c.focus
end