From 30d9d8d4b5c8060f705cdbcfbd719461858a22ef Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 23 Jan 2015 18:21:23 +0000 Subject: [PATCH] compton: set transparency rules in WM --- awesome/rules.lua | 2 ++ compton.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/awesome/rules.lua b/awesome/rules.lua index 2d07e9d..2bdd306 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -37,6 +37,8 @@ awful.rules.rules = { ontop = true, x = 1920 - 310, y = mywibox[mouse.screen].height, width = 100, height = 100 } }, + { rule = { class = "URxvt"}, + properties = { opacity = 0.8 } }, { rule = { class = "URxvt", instance = "mutt" }, properties = { tag = wwwtag, function (c) awful.client.setslave(c) end } }, diff --git a/compton.conf b/compton.conf index c4a1bd6..d77d215 100644 --- a/compton.conf +++ b/compton.conf @@ -28,7 +28,7 @@ blur-background-frame = true; #blur-background-fixed = false; blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; # transaprent urxvt -opacity-rule = ["80:class_g = 'URxvt'"]; +# opacity-rule = ["80:class_g = 'URxvt'"]; # Fading #fading = true; -- 2.48.1