Update picom config: exclude steam apps

This commit is contained in:
rydesun 2022-11-10 15:56:27 +08:00
parent 76e0445cec
commit 9fedfafba0

View file

@ -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_'"
];
#################################