From bacba5e6b5184ab9514f3e0ba0e0cd90676626f8 Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 19 Feb 2023 18:35:13 +0100 Subject: Make sticky windows non-transparent --- rc.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3