From 695c0f68f6bf05a8ff3394a8c341470d9fcb7a9e Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Tue, 7 Jun 2022 11:51:06 +0200 Subject: [PATCH] Remove comma for last array item. --- .config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 7707394..8d925a9 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -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.