Added rule for the Android emulator

This commit is contained in:
Lucien Cartier-Tilet 2019-11-23 17:54:48 +01:00
parent cb1abfe9cc
commit 90dacade3c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

View File

@ -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)