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

4
rc.lua
View file

@ -24,9 +24,9 @@ modkey = "Mod4"
config = {}
config.terminal = table.concat({"urxvtcd",
"++iso14755 +sb -si -sw -j -fn fixed -sl 2000",
"-fade 40 -sh 30 -bc -tint white -fg white -depth 32",
"-sh 30 -bc -tint white -fg white -depth 32",
"--color4 RoyalBlue --color12 RoyalBlue",
"-bg rgba:0000/0000/0000/bbbb -fadecolor rgba:0000/0000/0000/6666"},
"-bg rgba:0000/0000/0000/dddd"},
" ")
config.layouts = {
awful.layout.suit.tile,