]> git.rmz.io Git - dotfiles.git/commitdiff
compton: set transparency rules in WM
authorSamir Benmendil <samir.benmendil@gmail.com>
Fri, 23 Jan 2015 18:21:23 +0000 (18:21 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Fri, 23 Jan 2015 20:44:58 +0000 (20:44 +0000)
awesome/rules.lua
compton.conf

index 2d07e9d317b53719bc31c361ce985faec0ddc8f4..2bdd30699e26d7497c021a8d18247851ffae4f7b 100644 (file)
@@ -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 } },
index c4a1bd61ee963174190bb6b336b488bec890099e..d77d2154bb2d179aa65567f113e89e4d498e8b4b 100644 (file)
@@ -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;