summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rc.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/rc.org b/rc.org
index 3076ea9..5b98c2e 100644
--- a/rc.org
+++ b/rc.org
@@ -1379,7 +1379,11 @@ Still missing:
end)
client.connect_signal("unfocus", function(c)
c.border_color = beautiful.border_normal
- c.opacity = 0.8
+ if c.sticky then
+ c.opacity = 1
+ else
+ c.opacity = 0.8
+ end
end)