mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Update picom config: exclude steam apps
This commit is contained in:
parent
76e0445cec
commit
9fedfafba0
1 changed files with 2 additions and 1 deletions
|
|
@ -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_'"
|
||||
];
|
||||
|
||||
#################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue