Typo in picom config. Missed a comma.

This commit is contained in:
Derek Taylor 2022-07-11 14:37:19 -05:00
parent fa32d93dc4
commit c5dd27bd7c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ active-opacity = 1.00
focus-exclude = [
"class_g = 'Cairo-clock'",
"class_g = 'Bar'", # lemonbar
"class_g = 'slop'" # maim
"class_g = 'slop'", # maim
"class_g = 'trayer'" # trayer
];