From 9fedfafba0f69bbade2b3b1d1f5208de65e9cd98 Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 10 Nov 2022 15:56:27 +0800 Subject: [PATCH] Update picom config: exclude steam apps --- .config/picom/picom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f4d7e9a..4ea0b75 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -31,7 +31,8 @@ rounded-corners-exclude = [ && IS_FLOATING@:s != 'True'", "QTILE_INTERNAL@:32c = 1", "window_type = 'tooltip'", - "class_g = 'mpv'" + "class_g = 'mpv'", + "class_g *= 'steam_app_'" ]; #################################