aboutsummaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-02-04 21:57:46 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-02-04 21:57:46 +0100
commit472c64a062390f6f18fc7b96fbc7e59b53827956 (patch)
tree568531d66b751a761d879528f84defd488c28903 /.config/picom.conf
parent9ce9e21f75c67f13ccfbd5e9e874cdc56ddb108c (diff)
fix picom.conf
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf2
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;
},