diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 1bfd18f..3ff4876 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -54,7 +54,7 @@ log-level = "warn"; rules: ( # No rounded corners on dock and desktop { - match = "window_type = 'dock' || window_type = 'desktop' || class_g = 'Rofi'"; + match = "window_type = 'dock' || window_type = 'desktop'"; corner-radius = 0; }, # Dim all app windows besides systems stuff