diff --git a/.config/compton.conf b/.config/compton.conf index 135417c0..06c1919b 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -82,6 +82,7 @@ shadow-opacity = 0.5; # This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher. shadow-exclude = [ "! name~=''", + "name = 'oneko'", "name = 'Notification'", "name = 'Plank'", "name = 'Docky'",