From bf9d886ff5cfc276d643fbe47618faabe3c455e3 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 3 Sep 2017 22:51:23 -0500 Subject: [PATCH] Compton: Add shadow exception for oneko I'm so sorry I really am --- .config/compton.conf | 1 + 1 file changed, 1 insertion(+) 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'",