diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-02-04 21:57:46 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-02-04 21:57:46 +0100 |
commit | 472c64a062390f6f18fc7b96fbc7e59b53827956 (patch) | |
tree | 568531d66b751a761d879528f84defd488c28903 /.config/picom.conf | |
parent | 9ce9e21f75c67f13ccfbd5e9e874cdc56ddb108c (diff) |
fix picom.conf
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; }, |