diff --git a/picom/picom.conf b/picom/picom.conf index 50299ea..852fd74 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -257,7 +257,14 @@ rules = ({ match = "window_type = 'dock' || window_type = 'desktop'"; blur-background = false; corner-radius = 0; -}, { +}, +{ + match = "window_type = 'dock'"; + animations = ({ + triggers = ["open", "show", "close", "hide"], + }) +}, +{ match = "class_g *= 'i3lock' || _NET_WM_STATE@[1] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[2] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[3] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[4] = '_NET_WM_STATE_FULLSCREEN'"; shadow = false; corner-radius = 0; @@ -346,7 +353,6 @@ animations = ({ shadow-offset-x = "offset-x"; shadow-offset-y = "offset-y"; }, - # Half Window Size Desktop Switch { triggers = ["workspace-out"];