Remove comma for last array item.

This commit is contained in:
dabruh 2022-06-07 11:51:06 +02:00
parent 134c476cb0
commit 695c0f68f6
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ round-borders = 1
rounded-corners-exclude = [
"class_g = 'i3bar'",
"class_g = 'i3-frame'",
"class_g = 'code-oss'",
"class_g = 'code-oss'"
]
#################################
@ -143,7 +143,7 @@ unredir-if-possible = true
# Specify a list of conditions of windows that should always be considered focused.
focus-exclude = [
"class_g = 'i3'",
"override_redirect",
"override_redirect"
]
# Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time.