From 955f0dff8cf51261d805a614a959ef53f51e8ef0 Mon Sep 17 00:00:00 2001 From: rydesun Date: Tue, 11 Oct 2022 23:41:44 +0800 Subject: [PATCH] Update picom: rounded corner rules --- .config/picom/picom.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'" ]; #################################