apparance: make non focused terminals more readable

Instead of relying on rxvt capacity of changing its opacity depending
on having or not the focus, we rely on awesome changing the opacity.
This commit is contained in:
Vincent Bernat 2012-07-07 20:24:53 +02:00
parent b4cc2a5b33
commit a77ca45d15
2 changed files with 3 additions and 3 deletions

View file

@ -25,5 +25,5 @@ client.add_signal("focus", function(c)
end)
client.add_signal("unfocus", function(c)
c.border_color = beautiful.border_normal
c.opacity = 0.8
c.opacity = 0.85
end)