mirror of https://gitlab.com/dabruh/dotfiles.git
Remove comma for last array item.
This commit is contained in:
parent
134c476cb0
commit
695c0f68f6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue