diff options
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index f88a591..111ad71 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -55,7 +55,7 @@ rules = ( corner-radius = 0; }, { - match = "window_type *= 'popup_menu'"; + match = "window_type *= 'combo'"; shadow = true; corner-radius = 10; }, |