Eh, opacity is still distracting
This commit is contained in:
parent
aebea6c94f
commit
9ba3f9437a
1 changed files with 6 additions and 6 deletions
12
rc.lua
12
rc.lua
|
@ -811,9 +811,9 @@ client.connect_signal('focus', function(c)
|
|||
-- border setup
|
||||
c.border_color = beautiful.border_focus
|
||||
-- transparency
|
||||
if c.opacity == 0.95 then
|
||||
c.opacity = 1
|
||||
end
|
||||
-- if c.opacity == 0.95 then
|
||||
-- c.opacity = 1
|
||||
-- end
|
||||
end)
|
||||
|
||||
-- Screen handling
|
||||
|
@ -946,9 +946,9 @@ client.connect_signal('unfocus', function(c)
|
|||
c.border_color = beautiful.border_normal
|
||||
|
||||
-- transparency
|
||||
if c.opacity == 1 then
|
||||
c.opacity = 0.95
|
||||
end
|
||||
-- if c.opacity == 1 and not c.fullscreen then
|
||||
-- c.opacity = 0.95
|
||||
-- end
|
||||
|
||||
-- auto-hide dropdown
|
||||
if c.instance == my_dropdown.name then
|
||||
|
|
Loading…
Reference in a new issue