]> git.sev.monster Git - dotfiles.git/blobdiff - xdg/compton.conf
actually do what was mentioned in previous commit
[dotfiles.git] / xdg / compton.conf
index d1c8065f6c8c94afd551d4fd355c1b570ac83ce8..fcdfcb04e014ba04140fb23eddf9004a60b0b75a 100644 (file)
@@ -16,8 +16,9 @@ shadow-exclude = [
        "class_g = 'i3-frame'",
        # fullscreen/dmenu
        "x = 0 && y = 0 && override_redirect = true",
-       # root terminal
-       "class_i = 'URxvtRoot'"
+       # bg terminals
+       "class_i = 'TermBg1'",
+       "class_i = 'TermBg2'"
 ];
 shadow-ignore-shaped = true;
 
This page took 0.041618 seconds and 4 git commands to generate.