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.