diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 721091e..69e4a35 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -27,7 +27,10 @@ fading = true corner-radius = 12 rounded-corners-exclude = [ - "IS_FLOATING@:s != 'True'" + "_NET_WM_WINDOW_TYPE@:32a = '_NET_WM_WINDOW_TYPE_NORMAL' + && IS_FLOATING@:s != 'True'", + "QTILE_INTERNAL@:32c = 1", + "class_g = 'mpv'" ]; #################################