X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/9fddba7955af43f929af79eef04f16e25a69edc9..c5497cbe65a6309c444a0a5f162df8b9b895abd6:/xdg/compton.conf diff --git a/xdg/compton.conf b/xdg/compton.conf index d1c8065..fcdfcb0 100644 --- a/xdg/compton.conf +++ b/xdg/compton.conf @@ -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;