From 90dacade3ccc7a0aa6e5e1373bc7ad6ff3413224 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 23 Nov 2019 17:54:48 +0100 Subject: [PATCH] Added rule for the Android emulator --- .config/compton.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index a71bc1e..98514db 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -91,7 +91,8 @@ shadow-opacity = 0.85; # argb are affected) shadow-exclude = [ "name = 'Notification'", - "_GTK_FRAME_EXTENTS@:c" + "_GTK_FRAME_EXTENTS@:c", + "name = 'Android Emulator*'" ]; # Avoid drawing shadow on all shaped windows # (see also: --detect-rounded-corners)